Skip to content

dhpalan/jsonschema2pojo-ignoreunknown-annotator

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

jsonschema2pojo-ignoreunknown-annotator

This project is used as a dependency on https://github.com/dhpalan/jsonschema2pojo-example

AbstractAnnotator

  • Custom annotator class IgnoreUnknownAnnotator will set the class level annotation @JsonIgnoreProperties(ignoreUnknown = true) on generated sources
  • It can be used to either suppress serialization of unknown properties, or ignore processing of JSON properties during deserialization.
  • On eclipse, choose Run As -> Maven install to successfully compile and Build your Jar

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 100.0%