BeanDeserializerModifier.updateBuilder()
not work to set custom deserializer on a property (since 2.9.0)
#1912
Milestone
Since
2.9
useBeanDeserializerModifier.updateBuilder
not work to set custom deserializer on a property.This is because this method on
BeanDeserializerBase
has bean replace by this :old
new
prop == null
has been replace byprop != null
.So custom deserializer can not be used and are replaced by default.
The text was updated successfully, but these errors were encountered: