-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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 a new property in @JsonNaming
to allow override of explicit property names
#926
Comments
@JsonNaming
to allow override of explicit property names@JsonNaming
to allow override of explicit property names
@JsonNaming
to allow override of explicit property names@JsonNaming
to allow override of explicit property names
@JsonNaming
to allow override of explicit property names@JsonNaming
to allow override of explicit property names
@JsonNaming
to allow override of explicit property names@JsonNaming
to allow override of explicit property names
Requires changes to |
(note: follow-up to #918 which allows changing of global defaults for whether explicitly named properties are renamed by naming strategy)
It would make sense to add a new property in
@JsonNaming
to allow for specifying whether explicitly named properties (using@JsonProperty
or other annotations) should still be renamed usingPropertyNamingStrategy
or not.Note: value of property should be
OptBoolean
, to allow for tri-state choice (not just 'true', 'false' but also 'just use global default`).The text was updated successfully, but these errors were encountered: