Uses of Class
org.springframework.web.reactive.result.method.HandlerMethodArgumentResolverSupport
Packages that use HandlerMethodArgumentResolverSupport
Package
Description
Infrastructure for annotation-based handler method processing.
-
Uses of HandlerMethodArgumentResolverSupport in org.springframework.web.reactive.result.method.annotation
Subclasses of HandlerMethodArgumentResolverSupport in org.springframework.web.reactive.result.method.annotationModifier and TypeClassDescriptionclassAbstract base class for argument resolvers that resolve method arguments by reading the request body with anHttpMessageReader.classAbstract base class for resolving method arguments from a named value.classAn extension ofAbstractNamedValueArgumentResolverfor named value resolvers that are synchronous and yet non-blocking.classResolve method arguments annotated with@CookieValue.classResolveErrorsorBindingResultmethod arguments.classResolves method arguments annotated with@Value.classResolves method arguments of typeHttpEntityorRequestEntityby reading the body of the request through a compatibleHttpMessageReader.classResolves arguments of typeMapannotated with@MatrixVariablewhere the annotation does not specify a name.classResolves arguments annotated with@MatrixVariable.classResolve@ModelAttributeannotated method arguments.classclassResolver forMapmethod arguments also annotated with@PathVariablewhere the annotation does not specify a path variable name.classResolves method arguments annotated with @PathVariable.classResolves method argument value of typePrincipal.classResolves method arguments annotated with an @RequestAttribute.classResolves method arguments annotated with@RequestBodyby reading the body of the request through a compatibleHttpMessageReader.classResolvesMapmethod arguments annotated with@RequestHeader.classResolves method arguments annotated with@RequestHeaderexcept forMaparguments.classResolver forMapmethod arguments annotated with@RequestParamwhere the annotation does not specify a request parameter name.classResolver for method arguments annotated with @RequestParamfrom URI query string parameters.classResolver for@RequestPartarguments where the named part is decoded much like an@RequestBodyargument but based on the content of an individual part instead.classResolves ServerWebExchange-related method argument values of the following types:ServerWebExchangeServerHttpRequestServerHttpResponseHttpMethodLocaleTimeZoneZoneIdUriBuilderorUriComponentsBuilder-- for building URL's relative to the current requestclassResolves method arguments annotated with an @SessionAttribute.classResolves method argument value of typeWebSession.