Class MatrixVariableMethodArgumentResolver

All Implemented Interfaces:
HandlerMethodArgumentResolver, SyncHandlerMethodArgumentResolver

public class MatrixVariableMethodArgumentResolver extends AbstractNamedValueSyncArgumentResolver
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:
5.0.1
Author:
Rossen Stoyanchev
See Also: