Class MatrixVariableMethodArgumentResolver

java.lang.Object
org.springframework.web.method.annotation.AbstractNamedValueMethodArgumentResolver
org.springframework.web.servlet.mvc.method.annotation.MatrixVariableMethodArgumentResolver
All Implemented Interfaces:
HandlerMethodArgumentResolver

public class MatrixVariableMethodArgumentResolver extends AbstractNamedValueMethodArgumentResolver
Resolves arguments annotated with @MatrixVariable.

If the method parameter is of type Map it will be 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).

Since:
3.2
Author:
Rossen Stoyanchev, Sam Brannen