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

Add `DeserializationContext` as an argument for `SettableBeanProperty.set(...)`

Open cowtowncoder opened this issue 1 year ago • 0 comments

One omission in Jackson 2.x is that while deserialization-related methods of SettableBeanProperty take DeserializationContext argument, set() and setAndReturn() do not. This is problematic for things like error reporting, access to configuration and so on. It'd be good to rectify this problem.

cowtowncoder avatar Aug 02 '22 00:08 cowtowncoder