Uses of Package
org.springframework.web.reactive.result.method.annotation
Packages that use org.springframework.web.reactive.result.method.annotation Package Description org.springframework.test.web.reactive.server Support for testing Spring WebFlux server endpoints viaWebTestClient.org.springframework.web.reactive.config Spring WebFlux configuration infrastructure.org.springframework.web.reactive.result.method.annotation Infrastructure for annotation-based handler method processing.Classes in org.springframework.web.reactive.result.method.annotation used by org.springframework.test.web.reactive.server Class Description ArgumentResolverConfigurer Helps to configure resolvers for Controller method arguments.Classes in org.springframework.web.reactive.result.method.annotation used by org.springframework.web.reactive.config Class Description ArgumentResolverConfigurer Helps to configure resolvers for Controller method arguments.RequestMappingHandlerAdapter Supports the invocation of@RequestMappinghandler methods.RequestMappingHandlerMapping An extension ofRequestMappingInfoHandlerMappingthat createsRequestMappingInfoinstances from class-level and method-level@RequestMappingannotations.ResponseBodyResultHandler HandlerResultHandlerthat handles return values from methods annotated with@ResponseBodywriting to the body of the request or response with anHttpMessageWriter.ResponseEntityResultHandler HandlesHttpEntityandResponseEntityreturn values.Classes in org.springframework.web.reactive.result.method.annotation used by org.springframework.web.reactive.result.method.annotation Class Description AbstractMessageReaderArgumentResolver Abstract base class for argument resolvers that resolve method arguments by reading the request body with anHttpMessageReader.AbstractMessageWriterResultHandler Abstract base class for result handlers that handle return values by writing to the response withHttpMessageWriter.AbstractNamedValueArgumentResolver Abstract base class for resolving method arguments from a named value.AbstractNamedValueArgumentResolver.NamedValueInfo Represents the information about a named value, including name, whether it's required and a default value.AbstractNamedValueSyncArgumentResolver An extension ofAbstractNamedValueArgumentResolverfor named value resolvers that are synchronous and yet non-blocking.ArgumentResolverConfigurer Helps to configure resolvers for Controller method arguments.