@JsonUnwrapped
fields are skipped when using PropertyBasedCreator
if they appear after the last creator property
#2088
Milestone
Example:
x
,y
, anda
are deserialized as expected.b
is skipped entirely. I think I've found the root cause and the fix doesn't appear to break any tests; opening a PR for further review.The text was updated successfully, but these errors were encountered: