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
Add new properties in @JsonSetter: merge, null/contentNulls
Add new properties in @JsonSetter: nulls/contentNullsMar 22, 2017
New properties are needed by
@JsonSetter
, to support:@JsonSetter(nulls=...)
to specify handling ofnull
values during deserialization jackson-databind#1402]: configurable handling of incomingnull
valuesNOTE: earlier plans to add support here for:
@JsonMerge
to allow "deep update" jackson-databind#1399]: support for merging of property valueswas CANCELLED in favor of #113.
The text was updated successfully, but these errors were encountered: