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
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:
(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: