FasterXML / jackson-annotations

Core annotations (annotations that only depend on jackson-core) for Jackson data processor
https://github.com/FasterXML/jackson
Apache License 2.0
1.03k stars 330 forks source link

Ability to use `@JsonAnyGetter` on fields #177

Closed dominikrebhan closed 4 years ago

dominikrebhan commented 4 years ago

Adds the necessary target-type to use @JsonAnyGetter on fields. This is required to solve: https://github.com/FasterXML/jackson-databind/issues/1458