Uses of Class
org.springframework.web.reactive.result.method.annotation.AbstractMessageReaderArgumentResolver
Package
Description
Infrastructure for annotation-based handler method processing.
-
Uses of AbstractMessageReaderArgumentResolver in org.springframework.web.reactive.result.method.annotation
Modifier and TypeClassDescriptionclass
Resolves method arguments of typeHttpEntity
orRequestEntity
by reading the body of the request through a compatibleHttpMessageReader
.class
Resolves method arguments annotated with@RequestBody
by reading the body of the request through a compatibleHttpMessageReader
.class
Resolver for@RequestPart
arguments where the named part is decoded much like an@RequestBody
argument but based on the content of an individual part instead.