Uses of Class
org.springframework.web.reactive.result.method.annotation.AbstractNamedValueArgumentResolver
Package
Description
Infrastructure for annotation-based handler method processing.
-
Uses of AbstractNamedValueArgumentResolver in org.springframework.web.reactive.result.method.annotation
Modifier and TypeClassDescriptionclass
An extension ofAbstractNamedValueArgumentResolver
for named value resolvers that are synchronous and yet non-blocking.class
Resolve method arguments annotated with@CookieValue
.class
Resolves method arguments annotated with@Value
.class
Resolves arguments annotated with@MatrixVariable
.class
Resolves method arguments annotated with @PathVariable
.class
Resolves method arguments annotated with an @RequestAttribute
.class
Resolves method arguments annotated with@RequestHeader
except forMap
arguments.class
Resolver for method arguments annotated with @RequestParam
from URI query string parameters.class
Resolves method arguments annotated with an @SessionAttribute
.