Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for @JsonClassDescription #88

Open
cowtowncoder opened this issue Nov 16, 2015 · 1 comment
Open

Add support for @JsonClassDescription #88

cowtowncoder opened this issue Nov 16, 2015 · 1 comment

Comments

@cowtowncoder
Copy link
Member

(followup from: FasterXML/jackson-annotations#73)

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.

@cowtowncoder
Copy link
Member Author

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 cowtowncoder changed the title (2.7) Add support for @JsonClassDescription Add support for @JsonClassDescription Dec 30, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant