Replies: 0 comments 1 reply
-
This is not a discussion but request for new feature. Should go to |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Currently,
@JsonAnySetter
can be used on a physical field of typeMap
, but unlike@JsonProperty
, it will be silently dropped if used on a method of arity other than two (POJOPropertiesCollector#_addMethods
). I would like to be able to use@JsonAnySetter
on a method representing a virtual property, like this:Beta Was this translation helpful? Give feedback.
All reactions