I have a simple class, which I’d like to validate: This class is validated as part of the inputs of a spring controller method. I managed to configure the validation of the fields (someField in this case), but for some reason the methodConstraint() isn’t even invoked, let alone validated. I remember this being possible. I use the default Spring boot
Advertisement
Tag: spring-validator
Advertisement