Uses of Package
org.springframework.validation.beanvalidation
Packages that use org.springframework.validation.beanvalidation Package Description org.springframework.validation.beanvalidation Support classes for integrating a JSR-303 Bean Validation provider (such as Hibernate Validator) into a Spring ApplicationContext and in particular with Spring's data binding and validation APIs.Classes in org.springframework.validation.beanvalidation used by org.springframework.validation.beanvalidation Class Description LocalValidatorFactoryBean This is the central class forjavax.validation(JSR-303) setup in a Spring application context: It bootstraps ajavax.validation.ValidationFactoryand exposes it through the SpringValidatorinterface as well as through the JSR-303Validatorinterface and theValidatorFactoryinterface itself.SpringValidatorAdapter Adapter that takes a JSR-303javax.validator.Validatorand exposes it as a SpringValidatorwhile also exposing the original JSR-303 Validator interface itself.