Null coercion with @JsonSetter
does not work with java.lang.Record
· Issue #2974 · FasterXML/jackson-databind (original) (raw)
Looks like use of @JsonSetter(nulls=...)
does not work with Records in 2.12.0.
Note that earlier report (#2970) turned out to be valid, but since I closed it earlier decided to file a separate one.