程序包的使用
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@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.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 ofAbstractNamedValueArgumentResolverfor named value resolvers that are synchronous and yet non-blocking.ArgumentResolverConfigurer Helps to configure resolvers for Controller method arguments.