Interface MethodValidationResult

All Known Implementing Classes:
MethodValidationException

public interface MethodValidationResult
Container for method validation results where underlying violations have been adapted to ParameterValidationResult each containing a list of MessageSourceResolvable grouped by method parameter.

For @Valid-annotated, Object method parameters or return types with cascaded violations, the ParameterErrors subclass of ParameterValidationResult implements Errors and exposes field errors.

Since:
6.1
Author:
Rossen Stoyanchev