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

Support annotating additionalProperties field. #170

Conversation

ctrimble
Copy link
Collaborator

Added support for annotating the additionalProperties field. Also added @JsonIgnore to this field by default to Jackson 1 and Jackson 2 annotators.

This change is required in scenarios where Jackson's field visibility has been turned up, causing the additionalProperties field to be serialized into the output. Specifically, I was running into this problem when using POJOs from this project with Jongo.

joelittlejohn added a commit that referenced this pull request Apr 14, 2014
…tion

Support annotating additionalProperties field.
@joelittlejohn joelittlejohn merged commit 55a5f0f into joelittlejohn:master Apr 14, 2014
@joelittlejohn
Copy link
Owner

Very nice addition. Thanks Christian!

@ctrimble ctrimble deleted the feature_properties-field-annotation branch April 14, 2014 20:31
@joelittlejohn joelittlejohn added this to the 0.4.2 milestone May 3, 2014
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

Successfully merging this pull request may close these issues.

2 participants