You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Just copying the previous deserializer from the BeanDeserializerModifier breaks building with BuilderBasedDeserializer, since it no longer gets a chance to call finishBuild in its own deserialize. I'm not sure what the correct fix is, but somehow the previous deserializer's deserialize still needs to be called.
The text was updated successfully, but these errors were encountered:
Lahres-Dev
pushed a commit
to Lahres-Dev/jackson-bean-validation
that referenced
this issue
Mar 3, 2021
Just copying the previous deserializer from the
BeanDeserializerModifier
breaks building withBuilderBasedDeserializer
, since it no longer gets a chance to callfinishBuild
in its own deserialize. I'm not sure what the correct fix is, but somehow the previous deserializer'sdeserialize
still needs to be called.The text was updated successfully, but these errors were encountered: