jackson-databind icon indicating copy to clipboard operation
jackson-databind copied to clipboard

Allow use of `ObjectNode` field for `@JsonAnyGetter`

Open cowtowncoder opened this issue 1 year ago • 0 comments

(note: follow up to #3394)

So, it should be possible to also use ObjectNode valued (and perhaps nominal type of JsonNode? But how to handle non-ObjectNode values) instead of Map-valued one with Fields and Methods that are annotated with @JsonAnyGetter.

cowtowncoder avatar Sep 23 '22 05:09 cowtowncoder