Uses of Annotation Interface
org.springframework.web.bind.annotation.MatrixVariable
Packages that use MatrixVariable
Package
Description
Support classes for annotation-based handler method processing.
-
Uses of MatrixVariable in org.springframework.web.method.annotation
Methods in org.springframework.web.method.annotation with parameters of type MatrixVariableModifier and TypeMethodDescriptionvoid
HandlerMethodValidationException.Visitor.matrixVariable
(MatrixVariable matrixVariable, ParameterValidationResult result) Handle results for@MatrixVariable
method parameters.