Uses of Package
org.springframework.validation.method
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.
Abstractions and support classes for method validation, independent of the
underlying validation library.
Support classes for annotation-based handler method processing.
Generic support classes for handler method processing.
Infrastructure for handler method processing.
Infrastructure for annotation-based handler method processing.
MVC infrastructure for annotation-based handler method processing, building on the
org.springframework.web.method.annotation
package.Support package for MVC controllers.
-
ClassDescriptionContainer for method validation results with validation errors from the underlying library adapted to
MessageSourceResolvable
s and grouped by method parameter asParameterValidationResult
.Contract to apply method validation and handle the results. -
ClassDescriptionContainer for method validation results with validation errors from the underlying library adapted to
MessageSourceResolvable
s and grouped by method parameter asParameterValidationResult
.Extension ofParameterValidationResult
created for Object method parameters or return values with nested errors on their properties.Store and expose the results of method validation for a method parameter. -
ClassDescriptionContainer for method validation results with validation errors from the underlying library adapted to
MessageSourceResolvable
s and grouped by method parameter asParameterValidationResult
.Contract to apply method validation and handle the results.Extension ofParameterValidationResult
created for Object method parameters or return values with nested errors on their properties.Store and expose the results of method validation for a method parameter. -
-
-
-
-