Uses of Package
org.springframework.web.reactive.result.method.annotation
Packages that use 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.
-
Classes in org.springframework.web.reactive.result.method.annotation used by org.springframework.test.web.reactive.serverClassDescriptionHelps to configure resolvers for Controller method arguments.
-
Classes in org.springframework.web.reactive.result.method.annotation used by org.springframework.web.reactive.configClassDescriptionHelps to configure resolvers for Controller method arguments.Supports the invocation of
@RequestMappinghandler methods.An extension ofRequestMappingInfoHandlerMappingthat createsRequestMappingInfoinstances from class-level and method-level@RequestMappingannotations.HandlerResultHandlerthat handles return values from methods annotated with@ResponseBodywriting to the body of the request or response with anHttpMessageWriter.Handles return values of typeHttpEntity,ResponseEntity,HttpHeaders,ErrorResponse, andProblemDetail. -
Classes in org.springframework.web.reactive.result.method.annotation used by org.springframework.web.reactive.result.method.annotationClassDescriptionAbstract 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 ofAbstractNamedValueArgumentResolverfor named value resolvers that are synchronous and yet non-blocking.Helps to configure resolvers for Controller method arguments.