Uses of Package
org.springframework.validation
Packages that use org.springframework.validation
Package
Description
Provides data binding and validation functionality,
 for usage in business and/or UI layers.
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 used by org.springframework.validationClassDescriptionAbstract implementation of theBindingResultinterface and its super-interfaceErrors.Abstract implementation of theErrorsinterface.Abstract base class forBindingResultimplementations that work with Spring'sPropertyAccessormechanism.Thrown when binding errors are considered fatal.Strategy for processingDataBinder's missing field errors, and for translating aPropertyAccessExceptionto aFieldError.General interface that represents binding results.Common message code formats.Stores and exposes information about data-binding and validation errors for a specific object.Encapsulates a field error, that is, a reason for rejecting a specific field value.A strategy interface for formatting message codes.Strategy interface for building message codes from validation error codes.Encapsulates an object error, that is, a global reason for rejecting an object.A validator for application-specific objects.
- 
Classes in org.springframework.validation used by org.springframework.validation.beanvalidationClassDescriptionGeneral interface that represents binding results.Stores and exposes information about data-binding and validation errors for a specific object.Extended variant of theValidatorinterface, adding support for validation 'hints'.A validator for application-specific objects.