Uses of Package
org.springframework.validation.beanvalidation
Packages that use org.springframework.validation.beanvalidation
Package
Description
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.beanvalidationClassDescriptionThis is the central class for
jakarta.validation(JSR-303) setup in a spring application context: It bootstraps ajakarta.validation.ValidationFactoryand exposes it through the springValidatorinterface as well as through the JSR-303Validatorinterface and theValidatorFactoryinterface itself.Strategy to resolve the name of an@Validmethod parameter to use for itsBindingResult.Adapter that takes a JSR-303javax.validator.Validatorand exposes it as a springValidatorwhile also exposing the original JSR-303 Validator interface itself.