|
|
|
|
@ -16,6 +16,7 @@
@@ -16,6 +16,7 @@
|
|
|
|
|
|
|
|
|
|
package org.springframework.web.servlet.mvc.method.annotation; |
|
|
|
|
|
|
|
|
|
import java.util.Collections; |
|
|
|
|
import java.util.LinkedHashMap; |
|
|
|
|
import java.util.Map; |
|
|
|
|
|
|
|
|
|
@ -30,8 +31,6 @@ import org.springframework.web.method.support.HandlerMethodArgumentResolver;
@@ -30,8 +31,6 @@ import org.springframework.web.method.support.HandlerMethodArgumentResolver;
|
|
|
|
|
import org.springframework.web.method.support.ModelAndViewContainer; |
|
|
|
|
import org.springframework.web.servlet.HandlerMapping; |
|
|
|
|
|
|
|
|
|
import edu.emory.mathcs.backport.java.util.Collections; |
|
|
|
|
|
|
|
|
|
/** |
|
|
|
|
* Resolves {@link Map} method arguments annotated with an @{@link PathVariable} |
|
|
|
|
* where the annotation does not specify a path variable name. The created |
|
|
|
|
|