Uses of Class
org.springframework.validation.method.ParameterValidationResult
Packages that use ParameterValidationResult
Package
Description
Abstractions and support classes for method validation, independent of the
underlying validation library.
-
Uses of ParameterValidationResult in org.springframework.validation.method
Subclasses of ParameterValidationResult in org.springframework.validation.methodModifier and TypeClassDescriptionclass
Extension ofParameterValidationResult
created for Object method parameters or return values with nested errors on their properties.Methods in org.springframework.validation.method that return types with arguments of type ParameterValidationResultModifier and TypeMethodDescriptionMethodValidationException.getAllValidationResults()
MethodValidationResult.getAllValidationResults()
Return all validation results.default List<ParameterValidationResult>
MethodValidationResult.getValueResults()
Return the subset ofallValidationResults
that includes method parameters with validation errors directly on method argument values.Method parameters in org.springframework.validation.method with type arguments of type ParameterValidationResultModifier and TypeMethodDescriptionstatic MethodValidationResult
MethodValidationResult.create
(Object target, Method method, List<ParameterValidationResult> results) Factory method to create aMethodValidationResult
instance.