| Package | Description |
|---|---|
| org.springframework.web.method.annotation |
Support classes for annotation-based handler method processing.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractCookieValueMethodArgumentResolver
A base abstract class to resolve method arguments annotated with
@CookieValue. |
class |
ExpressionValueMethodArgumentResolver
Resolves method arguments annotated with
@Value. |
class |
RequestHeaderMethodArgumentResolver
Resolves method arguments annotated with
@RequestHeader except for
Map arguments. |
class |
RequestParamMethodArgumentResolver
Resolves method arguments annotated with @
RequestParam, arguments of
type MultipartFile in conjunction with Spring's MultipartResolver
abstraction, and arguments of type javax.servlet.http.Part in conjunction
with Servlet 3.0 multipart requests. |