Uses of Interface
org.springframework.web.method.annotation.HandlerMethodValidationException.Visitor
Packages that use HandlerMethodValidationException.Visitor
Package
Description
Support classes for annotation-based handler method processing.
- 
Uses of HandlerMethodValidationException.Visitor in org.springframework.web.method.annotationMethods in org.springframework.web.method.annotation with parameters of type HandlerMethodValidationException.VisitorModifier and TypeMethodDescriptionvoidHandlerMethodValidationException.visitResults(HandlerMethodValidationException.Visitor visitor) Provide aVisitorto handleParameterValidationResults through callback methods organized by controller method parameter type.