Add @JsonIgnoreProperties.Value
to support merging of settings
#87
Milestone
@JsonIgnoreProperties.Value
to support merging of settings
#87
(note: related to #82, pre-requisite)
In order to allow merging of settings from multiple sources and/or levels (and for Jackson 2.8, specifically for multiple sources with the new "property config overrides"), it is necessary to introduce separate value object, similar to how
JsonInclude.Value
andJsonFormat.Value
work.So let's add this in 2.8; future work is likely needed next for
@JsonPropertyOrder
but one step at a time.The text was updated successfully, but these errors were encountered: