Uses of Package
org.springframework.validation.method
Packages that use 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.
-
Classes in org.springframework.validation.method used by org.springframework.validation.beanvalidationClassDescriptionContainer for method validation results with validation errors from the underlying library adapted to
MessageSourceResolvables and grouped by method parameter asParameterValidationResult.Contract to apply method validation and handle the results. -
Classes in org.springframework.validation.method used by org.springframework.validation.methodClassDescriptionContainer for method validation results with validation errors from the underlying library adapted to
MessageSourceResolvables and grouped by method parameter asParameterValidationResult.Extension ofParameterValidationResultcreated 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.