spring-framework / org.springframework.web.reactive.result.method.annotation / MatrixVariableMethodArgumentResolver

MatrixVariableMethodArgumentResolver

open class MatrixVariableMethodArgumentResolver : AbstractNamedValueSyncArgumentResolver

Resolves arguments annotated with MatrixVariable.

If the method parameter is of type Map it will by resolved by MatrixVariableMapMethodArgumentResolver instead unless the annotation specifies a name in which case it is considered to be a single attribute of type map (vs multiple attributes collected in a map).

Author
Rossen Stoyanchev

Since
5.0.1

See Also
MatrixVariableMapMethodArgumentResolver

Functions

supportsParameter

open fun supportsParameter(parameter: MethodParameter): Boolean