Skip to content

Instantly share code, notes, and snippets.

@pluto-atom-4
Last active February 3, 2019 18:34
Show Gist options
  • Save pluto-atom-4/2e295e44f82b2b62404a53122b2f2a45 to your computer and use it in GitHub Desktop.
Save pluto-atom-4/2e295e44f82b2b62404a53122b2f2a45 to your computer and use it in GitHub Desktop.

Tips for json 2 POJO

  • Lombok

  • Jackson

  • Use ** @JsonDesrialize ** @Value ** @Builder

  • Update java sql TimeStamp

  • User @Singular for Json Array

  • annotate with @Singluar("[provieSomeNameHere]") in case thejson array attribute is nullable

Ref. http://www.jsonschema2pojo.org/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment