You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
With 2.7, there is new annotation @JsonClassDescription, and appropriate access via AnnotationInstropector (call "findClassDescription()" or such). It would make sense to use this to get description for schema.
The text was updated successfully, but these errors were encountered:
Ok; Jackson 2.7 has method findClassDescription() both in AnnotationIntrospector and in BasicBeanDescription. But I am not sure where to bolt that in here. PRs would be welcome.
cowtowncoder
changed the title
(2.7) Add support for @JsonClassDescription
Add support for @JsonClassDescriptionDec 30, 2015
(followup from: FasterXML/jackson-annotations#73)
With 2.7, there is new annotation
@JsonClassDescription
, and appropriate access viaAnnotationInstropector
(call "findClassDescription()" or such). It would make sense to use this to get description for schema.The text was updated successfully, but these errors were encountered: