joelittlejohn / jsonschema2pojo

Generate Java types from JSON or JSON Schema and annotate those types for data-binding with Jackson, Gson, etc
http://www.jsonschema2pojo.org
Apache License 2.0
6.24k stars 1.66k forks source link

@JsonClassDescription support #1514

Open grobitto opened 1 year ago

grobitto commented 1 year ago

Right now if source schema has comments we get @JsonPropertyDescription annotations on methods, but class description only seen in javadoc comment.

Since 2.7 jackson has support for class description via @JsonClassDescription annotations. probably a good idea to support it.