Interface MethodValidationResult

All Known Implementing Classes:
HandlerMethodValidationException, MethodValidationException

public interface MethodValidationResult
Container for method validation results with validation errors from the underlying library adapted to MessageSourceResolvables and grouped by method parameter as ParameterValidationResult. For method parameters with nested validation errors, the validation result is of type ParameterErrors and implements Errors.
Since:
6.1
Author:
Rossen Stoyanchev