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
Excellent library! I was hoping to use it to validate polymorphic JSONs implemented using Jackson's @JsonTypeInfo annotation. Unfortunately, the use of this annotation appears to turn off the validation on the polymorphic object.
I include a quick reproduction test below. If you remove the @JsonTypeInfo annotation, validation will be performed as expected.
Is there any workaround I could use to make jackson-bean-validation work with @JsonTypeInfo?
Excellent library! I was hoping to use it to validate polymorphic JSONs implemented using Jackson's
@JsonTypeInfo
annotation. Unfortunately, the use of this annotation appears to turn off the validation on the polymorphic object.I include a quick reproduction test below. If you remove the
@JsonTypeInfo
annotation, validation will be performed as expected.Is there any workaround I could use to make jackson-bean-validation work with
@JsonTypeInfo
?The text was updated successfully, but these errors were encountered: