Uses of Interface
org.springframework.web.reactive.result.method.SyncHandlerMethodArgumentResolver
Packages that use SyncHandlerMethodArgumentResolver Package Description org.springframework.web.reactive.result.method Infrastructure for handler method processing.org.springframework.web.reactive.result.method.annotation Infrastructure for annotation-based handler method processing.Uses of SyncHandlerMethodArgumentResolver in org.springframework.web.reactive.result.method
Methods in org.springframework.web.reactive.result.method that return types with arguments of type SyncHandlerMethodArgumentResolver Modifier and Type Method Description List<SyncHandlerMethodArgumentResolver>SyncInvocableHandlerMethod. getResolvers()Return the configured argument resolvers.Method parameters in org.springframework.web.reactive.result.method with type arguments of type SyncHandlerMethodArgumentResolver Modifier and Type Method Description voidSyncInvocableHandlerMethod. setArgumentResolvers(List<SyncHandlerMethodArgumentResolver> resolvers)Configure the argument resolvers to use to use for resolving method argument values against aServerWebExchange.Uses of SyncHandlerMethodArgumentResolver in org.springframework.web.reactive.result.method.annotation
Classes in org.springframework.web.reactive.result.method.annotation that implement SyncHandlerMethodArgumentResolver Modifier and Type Class Description classAbstractNamedValueSyncArgumentResolverAn extension ofAbstractNamedValueArgumentResolverfor named value resolvers that are synchronous and yet non-blocking.classCookieValueMethodArgumentResolverResolve method arguments annotated with@CookieValue.classExpressionValueMethodArgumentResolverResolves method arguments annotated with@Value.classMatrixVariableMapMethodArgumentResolverResolves arguments of typeMapannotated with@MatrixVariablewhere the annotation does not specify a name.classMatrixVariableMethodArgumentResolverResolves arguments annotated with@MatrixVariable.classModelMethodArgumentResolverclassPathVariableMapMethodArgumentResolverResolver forMapmethod arguments also annotated with@PathVariablewhere the annotation does not specify a path variable name.classPathVariableMethodArgumentResolverResolves method arguments annotated with @PathVariable.classRequestAttributeMethodArgumentResolverResolves method arguments annotated with an @RequestAttribute.classRequestHeaderMapMethodArgumentResolverResolvesMapmethod arguments annotated with@RequestHeader.classRequestHeaderMethodArgumentResolverResolves method arguments annotated with@RequestHeaderexcept forMaparguments.classRequestParamMapMethodArgumentResolverResolver forMapmethod arguments annotated with@RequestParamwhere the annotation does not specify a request parameter name.classRequestParamMethodArgumentResolverResolver for method arguments annotated with @RequestParamfrom URI query string parameters.classServerWebExchangeMethodArgumentResolverResolves ServerWebExchange-related method argument values of the following types:ServerWebExchangeServerHttpRequestServerHttpResponseHttpMethodLocaleTimeZoneZoneIdUriBuilderorUriComponentsBuilder-- for building URL's relative to the current requestclassSessionStatusMethodArgumentResolverResolver for aSessionStatusargument obtaining it from theBindingContext.