程序包的使用
org.springframework.web.reactive.result.method.annotation
使用org.springframework.web.reactive.result.method.annotation的程序包 程序包 说明 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.org.springframework.test.web.reactive.server使用的org.springframework.web.reactive.result.method.annotation中的类 类 说明 ArgumentResolverConfigurer Helps to configure resolvers for Controller method arguments.org.springframework.web.reactive.config使用的org.springframework.web.reactive.result.method.annotation中的类 类 说明 ArgumentResolverConfigurer Helps to configure resolvers for Controller method arguments.RequestMappingHandlerAdapter Supports the invocation of@RequestMapping
handler methods.RequestMappingHandlerMapping An extension ofRequestMappingInfoHandlerMapping
that createsRequestMappingInfo
instances from class-level and method-level@RequestMapping
annotations.ResponseBodyResultHandler HandlerResultHandler
that handles return values from methods annotated with@ResponseBody
writing to the body of the request or response with anHttpMessageWriter
.ResponseEntityResultHandler HandlesHttpEntity
andResponseEntity
return values.org.springframework.web.reactive.result.method.annotation使用的org.springframework.web.reactive.result.method.annotation中的类 类 说明 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 ofAbstractNamedValueArgumentResolver
for named value resolvers that are synchronous and yet non-blocking.ArgumentResolverConfigurer Helps to configure resolvers for Controller method arguments.