Add DeserializationContext
as an argument for SettableBeanProperty.set(...)
#3561
Labels
3.0
Issue planned for initial 3.0 release
One omission in Jackson 2.x is that while deserialization-related methods of
SettableBeanProperty
takeDeserializationContext
argument,set()
andsetAndReturn()
do not. This is problematic for things like error reporting, access to configuration and so on.It'd be good to rectify this problem.
The text was updated successfully, but these errors were encountered: