Package | Description |
---|---|
org.springframework.web.reactive.result.method.annotation |
Infrastructure for annotation-based handler method processing.
|
Modifier and Type | Class and Description |
---|---|
class |
HttpEntityMethodArgumentResolver
Resolves method arguments of type
HttpEntity or RequestEntity
by reading the body of the request through a compatible
HttpMessageReader . |
class |
RequestBodyMethodArgumentResolver
Resolves method arguments annotated with
@RequestBody by reading the
body of the request through a compatible HttpMessageReader . |
class |
RequestPartMethodArgumentResolver
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. |