Class PathVariableMapMethodArgumentResolver

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

public class PathVariableMapMethodArgumentResolver extends Object implements HandlerMethodArgumentResolver
Resolves Map method arguments annotated with an @PathVariable where the annotation does not specify a path variable name. The created Map contains all URI template name/value pairs.
Since:
3.2
Author:
Rossen Stoyanchev
See Also: