Uses of Class
org.springframework.validation.beanvalidation.SpringValidatorAdapter
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.
-
Uses of SpringValidatorAdapter in org.springframework.validation.beanvalidation
Modifier and TypeClassDescriptionclass
Configurable bean class that exposes a specific JSR-303 Validator through its original interface as well as through the SpringValidator
interface.class
This is the central class forjakarta.validation
(JSR-303) setup in a Spring application context: It bootstraps ajakarta.validation.ValidationFactory
and exposes it through the SpringValidator
interface as well as through the JSR-303Validator
interface and theValidatorFactory
interface itself.class
LocalValidatorFactoryBean
subclass that simply turnsValidator
calls into no-ops in case of no Bean Validation provider being available.Modifier and TypeMethodDescriptionMethodValidationAdapter.getSpringValidatorAdapter()
Return theSpringValidatorAdapter
configured for use.