Generated by
JDiff

Package org.springframework.validation.beanvalidation

Changed Classes
LocalValidatorFactoryBean This is the central class for {@code javax.validation} (JSR-303) setup in a Spring application context: It bootstraps a {@code javax.validation.ValidationFactory} and exposes it through the Spring org.springframework.validation.Validator interface as well as through the JSR-303 javax.validation.Validator interface and the javax.validation.ValidatorFactory interface itself.
SpringConstraintValidatorFactory JSR-303 ConstraintValidatorFactory implementation that delegates to a Spring BeanFactory for creating autowired ConstraintValidator instances.