@JsonIncludeProperties
, @JsonIgnoreProperties
ignored when serializing Records, if there is getter override
#4630
Milestone
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: