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

`@JsonIgnoreProperties` should work for "any getter"

Open benson-basis opened this issue 8 years ago • 2 comments

Currently, it does not. It applies when reading, but not writing, in this case.

I would settle gladly for annotating the any-getter method rather than the class for this case.

benson-basis avatar Jun 28 '16 00:06 benson-basis