Add enabled
for @JsonAnyGetter
, @JsonAnySetter
, to allow disabling via mix-ins
#109
Milestone
enabled
for @JsonAnyGetter
, @JsonAnySetter
, to allow disabling via mix-ins
#109
(for follow-up, see FasterXML/jackson-databind#1376)
Currently there is no way to disable any-getter or any-setter designation; there should be.
The easiest way seems to be by just adding a property; and although
value
might allow shortest way to designate disabling, choice ofenabled
is probably more readable in the end so let's go with that.The text was updated successfully, but these errors were encountered: