Uses of Interface
org.springframework.web.reactive.result.method.SyncHandlerMethodArgumentResolver
Packages that use SyncHandlerMethodArgumentResolver
Package
Description
Infrastructure for handler method processing.
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 SyncHandlerMethodArgumentResolverModifier and TypeMethodDescriptionSyncInvocableHandlerMethod.getResolvers()Return the configured argument resolvers.Method parameters in org.springframework.web.reactive.result.method with type arguments of type SyncHandlerMethodArgumentResolverModifier and TypeMethodDescriptionvoidSyncInvocableHandlerMethod.setArgumentResolvers(List<SyncHandlerMethodArgumentResolver> resolvers) Configure the argument resolvers 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 SyncHandlerMethodArgumentResolverModifier and TypeClassDescriptionclassAn extension ofAbstractNamedValueArgumentResolverfor named value resolvers that are synchronous and yet non-blocking.classResolve method arguments annotated with@CookieValue.classResolves method arguments annotated with@Value.classResolves arguments of typeMapannotated with@MatrixVariablewhere the annotation does not specify a name.classResolves arguments annotated with@MatrixVariable.classclassResolver forMapmethod arguments annotated with@PathVariablewhere the annotation does not specify a path variable name.classResolves method arguments annotated with @PathVariable.classResolves method arguments annotated with an @RequestAttribute.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.classResolves ServerWebExchange-related method argument values of the following types:ServerWebExchangeServerHttpRequestServerHttpResponseHttpMethodLocaleTimeZoneZoneIdUriBuilderorUriComponentsBuilder-- for building URL's relative to the current requestclassResolver for aSessionStatusargument obtaining it from theBindingContext.