| Name | Description | Type | Package | Framework |
| AbstractBindingResult | Abstract implementation of the BindingResult interface andits super-interface Errors. | Class | org.springframework.validation | Spring MVC |
|
| AbstractErrors | Abstract implementation of the Errors interface. | Class | org.springframework.validation | Spring MVC |
|
| AbstractPropertyBindingResult | Abstract base class for BindingResult implementations that work withSpring's PropertyAccessor mechanism. | Class | org.springframework.validation | Spring MVC |
|
| BeanPropertyBindingResult | Default implementation of the Errors and BindingResultinterfaces, for the registration and evaluation of binding errors on | Class | org.springframework.validation | Spring MVC |
|
| BeanValidationPostProcessor | Simple BeanPostProcessor that checks JSR-303 constraint annotationsin Spring-managed beans, throwing an initialization exception in case of | Class | org.springframework.validation.beanvalidation | Spring MVC |
|
| BindException | Thrown when binding errors are considered fatal. | Class | org.springframework.validation | Spring MVC |
|
| BindingAwareModelMap | Subclass of ExtendedModelMap that automatically removesa BindingResult object if the corresponding | Class | org.springframework.validation.support | Spring MVC |
|
| BindingErrorProcessor | Strategy for processing DataBinder's missing field errors,and for translating a PropertyAccessException to a | Interface | org.springframework.validation | Spring MVC |
|
| BindingResult | General interface that represents binding results. | Interface | org.springframework.validation | Spring MVC |
|
| BindingResultUtils | Convenience methods for looking up BindingResults in a model Map. | Class | org.springframework.validation | Spring MVC |
|
| CustomValidatorBean | Configurable bean class that exposes a specific JSR-303 Validatorthrough its original interface as well as through the Spring | Class | org.springframework.validation.beanvalidation | Spring MVC |
|
| DataBinder | Binder that allows for setting property values onto a target object,including support for validation and binding result analysis. | Class | org.springframework.validation | Spring MVC |
|
| DefaultBindingErrorProcessor | Default BindingErrorProcessor implementation. | Class | org.springframework.validation | Spring MVC |
|
| DefaultMessageCodesResolver | Default implementation of the MessageCodesResolver interface. | Class | org.springframework.validation | Spring MVC |
|
| DefaultMessageCodesResolver .Format | Common message code formats. | Class | org.springframework.validation.DefaultMessageCodesResolver | Spring MVC |
|
| DirectFieldBindingResult | Special implementation of the Errors and BindingResult interfaces,supporting registration and evaluation of binding errors on value objects. | Class | org.springframework.validation | Spring MVC |
|
| Errors | Stores and exposes information about data-binding and validationerrors for a specific object. | Interface | org.springframework.validation | Spring MVC |
|
| FieldError | Encapsulates a field error, that is, a reason for rejecting a specificSee the DefaultMessageCodesResolver javadoc for details on | Class | org.springframework.validation | Spring MVC |
|
| LocaleContextMessageInterpolator | Delegates to a target MessageInterpolator implementation but enforces Spring'smanaged Locale. | Class | org.springframework.validation.beanvalidation | Spring MVC |
|
| LocalValidatorFactoryBean | This is the central class for javax. | Class | org.springframework.validation.beanvalidation | Spring MVC |
|
| MapBindingResult | Map-based implementation of the BindingResult interface,supporting registration and evaluation of binding errors on | Class | org.springframework.validation | Spring MVC |
|
| MessageCodeFormatter | A strategy interface for formatting message codes. | Interface | org.springframework.validation | Spring MVC |
|
| MessageCodesResolver | Strategy interface for building message codes from validation error codes. | Interface | org.springframework.validation | Spring MVC |
|
| MessageSourceResourceBundleLocator | exposing a Spring MessageSource as localized MessageSourceResourceBundle. | Class | org.springframework.validation.beanvalidation | Spring MVC |
|
| MethodValidationInterceptor | An AOP Alliance MethodInterceptor implementation that delegates to aJSR-303 provider for performing method-level validation on annotated methods. | Class | org.springframework.validation.beanvalidation | Spring MVC |
|
| MethodValidationPostProcessor | A convenient BeanPostProcessor implementation that delegates to aJSR-303 provider for performing method-level validation on annotated methods. | Class | org.springframework.validation.beanvalidation | Spring MVC |
|
| ObjectError | Encapsulates an object error, that is, a global reason for rejectingSee the DefaultMessageCodesResolver javadoc for details on | Class | org.springframework.validation | Spring MVC |
|
| OptionalValidatorFactoryBean | LocalValidatorFactoryBean subclass that simply turnsValidator calls into no-ops | Class | org.springframework.validation.beanvalidation | Spring MVC |
|
| SmartValidator | | Interface | org.springframework.validation | Spring MVC |
|
| SpringConstraintValidatorFactory | JSR-303 ConstraintValidatorFactory implementation that delegates to aSpring BeanFactory for creating autowired ConstraintValidator instances. | Class | org.springframework.validation.beanvalidation | Spring MVC |
|
| SpringValidatorAdapter | Adapter that takes a JSR-303 javax. | Class | org.springframework.validation.beanvalidation | Spring MVC |
|
| Validated | Variant of JSR-303's Valid, supporting thespecification of validation groups. | Class | org.springframework.validation.annotation | Spring MVC |
|
| ValidationUtils | Utility class offering convenient methods for invoking a Validatorand for rejecting empty fields. | Class | org.springframework.validation | Spring MVC |
|
| Validator | A validator for application-specific objects. | Interface | org.springframework.validation | Spring MVC |