Allow use of ObjectNode
field for @JsonAnyGetter
#3604
Labels
3.x
Issues to be only tackled for Jackson 3.x, not 2.x
ObjectNode
field for @JsonAnyGetter
#3604
(note: follow up to #3394)
So, it should be possible to also use
ObjectNode
valued (and perhaps nominal type ofJsonNode
? But how to handle non-ObjectNode values) instead ofMap
-valued one with Fields and Methods that are annotated with@JsonAnyGetter
.The text was updated successfully, but these errors were encountered: