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

refs #3697 - fix @Hidden and @Schema.hidden resolving #3706

Merged
merged 1 commit into from Sep 24, 2020
Merged

Conversation

frantuma
Copy link
Member

@frantuma frantuma commented Sep 24, 2020

This implements better support for @Hidden and @Schema.hidden resolving in POJOs properties, allowing to mark any accessor (field, getter, setter or constructor) with @Hidden not to include the property in the resulting spec. This differs from previous behaviour where all accessors needed to be marked, and as in #3697 in some cases this wasn't sufficient.

Also fixes #3560

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.

@Hidden does not work for fields named in upper camel case style
1 participant