Open grobitto opened 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.
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.