Uses of Class
org.springframework.web.reactive.result.method.annotation.AbstractNamedValueSyncArgumentResolver
Packages that use AbstractNamedValueSyncArgumentResolver
Package
Description
Infrastructure for annotation-based handler method processing.
-
Uses of AbstractNamedValueSyncArgumentResolver in org.springframework.web.reactive.result.method.annotation
Subclasses of AbstractNamedValueSyncArgumentResolver in org.springframework.web.reactive.result.method.annotationModifier and TypeClassDescriptionclassResolve 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.