Uses of Interface
org.springframework.web.method.annotation.HandlerMethodValidationException.Visitor
Package
Description
Support classes for annotation-based handler method processing.
-
Uses of HandlerMethodValidationException.Visitor in org.springframework.web.method.annotation
Modifier and TypeMethodDescriptionvoid
HandlerMethodValidationException.visitResults
(HandlerMethodValidationException.Visitor visitor) Provide aVisitor
to handleParameterValidationResult
s through callback methods organized by controller method parameter type.