You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
cowtowncoder
changed the title
@JsonIncludeProperties & @JsonIgnoreProperties is ignored when serializing Records, if there is getter override @JsonIncludeProperties, @JsonIgnoreProperties ignored when serializing Records, if there is getter override
Jul 21, 2024
cowtowncoder
changed the title
@JsonIncludeProperties, @JsonIgnoreProperties ignored when serializing Records, if there is getter override@JsonIncludeProperties, @JsonIgnoreProperties ignored when serializing Records, if there is getter override
Jul 21, 2024
Search before asking
Describe the bug
A Record component whose accessor method is overridden and:
...will still get serialized into the generated JSON.
Version Information
Since
2.15.0
.Reproduction
For @JsonIncludeProperties
For @JsonIgnoreProperties
Expected behavior
No response
Additional context
NOTE: I'm not personally affected by this, just something I found when testing for #4626.
The text was updated successfully, but these errors were encountered: