Interface MethodValidator

All Known Implementing Classes:
HandlerMethodValidator, MethodValidationAdapter

public interface MethodValidator
Contract to apply method validation and handle the results. Exposes methods that return MethodValidationResult, and methods that handle the results, by default raising MethodValidationException.
Since:
6.1
Author:
Rossen Stoyanchev