Uses of Annotation Interface
org.springframework.web.bind.annotation.PathVariable
Package
Description
Support classes for annotation-based handler method processing.
-
Uses of PathVariable in org.springframework.web.method.annotation
Modifier and TypeMethodDescriptionvoid
HandlerMethodValidationException.Visitor.pathVariable
(PathVariable pathVariable, ParameterValidationResult result) Handle results for@PathVariable
method parameters.