Uses of Package
org.springframework.web.reactive.result.method.annotation
Package
Description
Support for testing Spring WebFlux server endpoints via
WebTestClient
.Spring WebFlux configuration infrastructure.
Infrastructure for annotation-based handler method processing.
-
ClassDescriptionHelps to configure resolvers for Controller method arguments.
-
ClassDescriptionHelps to configure resolvers for Controller method arguments.Supports the invocation of
@RequestMapping
handler methods.An extension ofRequestMappingInfoHandlerMapping
that createsRequestMappingInfo
instances from type-level and method-level@RequestMapping
and@HttpExchange
annotations.HandlerResultHandler
that handles return values from methods annotated with@ResponseBody
writing to the body of the request or response with anHttpMessageWriter
.Handles return values of typeHttpEntity
,ResponseEntity
,HttpHeaders
,ErrorResponse
, andProblemDetail
. -
ClassDescriptionAbstract base class for argument resolvers that resolve method arguments by reading the request body with an
HttpMessageReader
.Abstract base class for result handlers that handle return values by writing to the response withHttpMessageWriter
.Abstract base class for resolving method arguments from a named value.Represents the information about a named value, including name, whether it's required and a default value.An extension ofAbstractNamedValueArgumentResolver
for named value resolvers that are synchronous and yet non-blocking.Helps to configure resolvers for Controller method arguments.