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
Javadocs updated to reflect actual implementation. Also note somewhat related issue #109 which allows disabling of effects of both annotations (usually using mix-in annotations).
Note that for possible additional support for field-as-any-getter, there is now this:
The documentation for JsonAnyGetter states that it can be used on fields (emphasis mine):
But the code only includes ANNOTATION_TYPE and METHOD.
@JsonAnySetter
however also includes FIELD (but doesn't mention that this is valid in the documentation).The text was updated successfully, but these errors were encountered: