unbroken-dome / jackson-bean-validation

A Jackson module that performs Java Bean Validation during deserialization.
MIT License
21 stars 13 forks source link

Incompatible with BeanBuilderDeserializer #2

Open octylFractal opened 5 years ago

octylFractal commented 5 years ago

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.