Add @JsonMerge
to support (deep) merging of properties
#113
Milestone
@JsonMerge
to support (deep) merging of properties
#113
(see FasterXML/jackson-databind#1399 for usage)
It is necessary to add a new annotation,
@JsonMerge
: although it might be possible to add a property for one of existing annotations (earlier plan was to use@JsonSetter
), it seems cleaner to just define a new annotation.The text was updated successfully, but these errors were encountered: