Uses of Class
org.springframework.web.method.annotation.AbstractNamedValueMethodArgumentResolver
Packages that use AbstractNamedValueMethodArgumentResolver
Package
Description
Support classes for annotation-based handler method processing.
-
Uses of AbstractNamedValueMethodArgumentResolver in org.springframework.web.method.annotation
Modifier and TypeClassDescriptionclassA base abstract class to resolve method arguments annotated with@CookieValue.classResolves method arguments annotated with@Value.classResolves method arguments annotated with@RequestHeaderexcept forMaparguments.classResolves method arguments annotated with @RequestParam, arguments of typeMultipartFilein conjunction with Spring'sMultipartResolverabstraction, and arguments of typejakarta.servlet.http.Partin conjunction with Servlet multipart requests.