Uses of Class
org.springframework.web.method.annotation.AbstractNamedValueMethodArgumentResolver
Package
Description
Support classes for annotation-based handler method processing.
MVC infrastructure for annotation-based handler method processing, building on the
org.springframework.web.method.annotation
package.-
Uses of AbstractNamedValueMethodArgumentResolver in org.springframework.web.method.annotation
Modifier and TypeClassDescriptionclass
A base abstract class to resolve method arguments annotated with@CookieValue
.class
Resolves method arguments annotated with@Value
.class
Resolves method arguments annotated with@RequestHeader
except forMap
arguments.class
Resolves method arguments annotated with @RequestParam
, arguments of typeMultipartFile
in conjunction with Spring'sMultipartResolver
abstraction, and arguments of typejakarta.servlet.http.Part
in conjunction with Servlet multipart requests. -
Uses of AbstractNamedValueMethodArgumentResolver in org.springframework.web.servlet.mvc.method.annotation
Modifier and TypeClassDescriptionclass
Resolves arguments annotated with@MatrixVariable
.class
Resolves method arguments annotated with an @PathVariable
.class
Resolves method arguments annotated with an @RequestAttribute
.class
AnAbstractCookieValueMethodArgumentResolver
that resolves cookie values from anHttpServletRequest
.class
Resolves method arguments annotated with an @SessionAttribute
.