Uses of Class
org.springframework.web.reactive.result.method.annotation.AbstractNamedValueArgumentResolver
Packages that use AbstractNamedValueArgumentResolver
Package
Description
Infrastructure for annotation-based handler method processing.
-
Uses of AbstractNamedValueArgumentResolver in org.springframework.web.reactive.result.method.annotation
Subclasses of AbstractNamedValueArgumentResolver in org.springframework.web.reactive.result.method.annotationModifier 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 annotated with@MatrixVariable.classResolves method arguments annotated with @PathVariable.classResolves method arguments annotated with an @RequestAttribute.classResolves method arguments annotated with@RequestHeaderexcept forMaparguments.classResolver for method arguments annotated with @RequestParamfrom URI query string parameters.classResolves method arguments annotated with an @SessionAttribute.