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

Consider supporting @JsonIgnore on field level #19

Closed
philippd opened this issue Jun 4, 2014 · 0 comments
Closed

Consider supporting @JsonIgnore on field level #19

philippd opened this issue Jun 4, 2014 · 0 comments

Comments

@philippd
Copy link
Collaborator

philippd commented Jun 4, 2014

If a field is annotated with JsonIgnore (from Jackson), it usually does not make sense to pass its constraints to the client and it could therefore be excluded from the JSON structure.

This is however really specific to users of the Jackson JSON library which is not a requirement to use in conjunction with the valdr-bean-validation plugin. Still it could be a nice improvement of the manual exclusion of fields in an external configuration (see #18)

see also discussion in #11

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants