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

Schema generation: consider active view, discard non-included properties #959

Closed
cowtowncoder opened this issue Oct 6, 2015 · 0 comments
Milestone

Comments

@cowtowncoder
Copy link
Member

(note: cleaved from FasterXML/jackson-dataformat-csv#93)

It would make sense to filter out properties that are NOT included in the active view (if any), when traversing type hierarchy.

Since this would be non-backwards-compatible change (potentially, but not expected to be so for common cases), it'd make sense to add a SerializationFeature to control behavior. Assumption is, however, that previously users have NOT set a serialization view for traversal, as it has not had any effect formerly.

@cowtowncoder cowtowncoder changed the title (2.7) Schema generation: consider active view, discard non-included properties Schema generation: consider active view, discard non-included properties Oct 8, 2015
@cowtowncoder cowtowncoder added this to the 2.7.0 milestone Oct 8, 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