Ignore Records' immutable fields in BeanDeserializerFactory instead of ignoring it in POJOPropertiesCollector, to preserve any annotation info the fields may be carrying.#4627
Merged
cowtowncoder merged 7 commits intoFasterXML:2.18 from yihtserns:records-desered-jsonignoreJul 21, 2024
+79-18
Commits
Commits on Jul 21, 2024
Add test cases to demonstrate that deserialization is not ignoring a property when a Record's component has @JsonIgnore + the corresponding accessor method is overridden without @JsonIgnore.
committed- committed
Add test cases to demonstrate that serialization is not ignoring a property when a Record's component has @JsonIncludeProperties/@JsonIgnoreProperties + the corresponding accessor method is overrid…
committed- authored
- committed
- committed