类的使用
org.springframework.core.ReactiveAdapterRegistry
使用ReactiveAdapterRegistry的程序包 程序包 说明 org.springframework.core Provides basic classes for exception handling and version detection, and other core helpers that are not specific to any part of the framework.org.springframework.messaging.handler.annotation.reactive Support classes for working with annotated message-handling methods with non-blocking, reactive contracts.org.springframework.messaging.handler.invocation Common infrastructure for invoking message handler methods.org.springframework.messaging.handler.invocation.reactive Common infrastructure for invoking message handler methods with non-blocking, and reactive contracts.org.springframework.messaging.rsocket Support for the RSocket protocol.org.springframework.messaging.rsocket.annotation.support Support classes for working with annotated RSocket stream handling methods.org.springframework.web.reactive.config Spring WebFlux configuration infrastructure.org.springframework.web.reactive.result Support for various programming model styles including the invocation of different types of handlers, e.g. annotated controller vs simple WebHandler, including the handling of handler result values, e.g.org.springframework.web.reactive.result.method Infrastructure for handler method processing.org.springframework.web.reactive.result.method.annotation Infrastructure for annotation-based handler method processing.org.springframework.web.reactive.result.view Support for result handling through view resolution.org.springframework.web.servlet.mvc.method.annotation MVC infrastructure for annotation-based handler method processing, building on theorg.springframework.web.method.annotationpackage.org.springframework.core中ReactiveAdapterRegistry的使用
返回ReactiveAdapterRegistry的org.springframework.core中的方法 修饰符和类型 方法 说明 static ReactiveAdapterRegistryReactiveAdapterRegistry. getSharedInstance()Return a shared defaultReactiveAdapterRegistryinstance, lazily building it once needed.org.springframework.messaging.handler.annotation.reactive中ReactiveAdapterRegistry的使用
返回ReactiveAdapterRegistry的org.springframework.messaging.handler.annotation.reactive中的方法 修饰符和类型 方法 说明 ReactiveAdapterRegistryPayloadMethodArgumentResolver. getAdapterRegistry()Return the configuredReactiveAdapterRegistry.参数类型为ReactiveAdapterRegistry的org.springframework.messaging.handler.annotation.reactive中的构造器 构造器 说明 PayloadMethodArgumentResolver(List<? extends Decoder<?>> decoders, Validator validator, ReactiveAdapterRegistry registry, boolean useDefaultResolution)org.springframework.messaging.handler.invocation中ReactiveAdapterRegistry的使用
参数类型为ReactiveAdapterRegistry的org.springframework.messaging.handler.invocation中的构造器 构造器 说明 ReactiveReturnValueHandler(ReactiveAdapterRegistry adapterRegistry)org.springframework.messaging.handler.invocation.reactive中ReactiveAdapterRegistry的使用
返回ReactiveAdapterRegistry的org.springframework.messaging.handler.invocation.reactive中的方法 修饰符和类型 方法 说明 ReactiveAdapterRegistryAbstractEncoderMethodReturnValueHandler. getAdapterRegistry()The configured adapter registry.ReactiveAdapterRegistryAbstractMethodMessageHandler. getReactiveAdapterRegistry()Return the configured registry for adapting reactive types.参数类型为ReactiveAdapterRegistry的org.springframework.messaging.handler.invocation.reactive中的方法 修饰符和类型 方法 说明 voidAbstractMethodMessageHandler. setReactiveAdapterRegistry(ReactiveAdapterRegistry registry)Configure the registry for adapting various reactive types.voidInvocableHandlerMethod. setReactiveAdapterRegistry(ReactiveAdapterRegistry registry)Configure a reactive adapter registry.参数类型为ReactiveAdapterRegistry的org.springframework.messaging.handler.invocation.reactive中的构造器 构造器 说明 AbstractEncoderMethodReturnValueHandler(List<Encoder<?>> encoders, ReactiveAdapterRegistry registry)org.springframework.messaging.rsocket中ReactiveAdapterRegistry的使用
返回ReactiveAdapterRegistry的org.springframework.messaging.rsocket中的方法 修饰符和类型 方法 说明 ReactiveAdapterRegistryRSocketStrategies. reactiveAdapterRegistry()Return the configuredreactiveAdapterRegistry.参数类型为ReactiveAdapterRegistry的org.springframework.messaging.rsocket中的方法 修饰符和类型 方法 说明 RSocketStrategies.BuilderRSocketStrategies.Builder. reactiveAdapterStrategy(ReactiveAdapterRegistry registry)Configure the registry for reactive type support.org.springframework.messaging.rsocket.annotation.support中ReactiveAdapterRegistry的使用
参数类型为ReactiveAdapterRegistry的org.springframework.messaging.rsocket.annotation.support中的方法 修饰符和类型 方法 说明 voidRSocketMessageHandler. setReactiveAdapterRegistry(ReactiveAdapterRegistry registry)Configure the registry for adapting various reactive types.参数类型为ReactiveAdapterRegistry的org.springframework.messaging.rsocket.annotation.support中的构造器 构造器 说明 RSocketPayloadReturnValueHandler(List<Encoder<?>> encoders, ReactiveAdapterRegistry registry)org.springframework.web.reactive.config中ReactiveAdapterRegistry的使用
返回ReactiveAdapterRegistry的org.springframework.web.reactive.config中的方法 修饰符和类型 方法 说明 ReactiveAdapterRegistryWebFluxConfigurationSupport. webFluxAdapterRegistry()Return aReactiveAdapterRegistryto adapting reactive types.参数类型为ReactiveAdapterRegistry的org.springframework.web.reactive.config中的方法 修饰符和类型 方法 说明 RequestMappingHandlerAdapterWebFluxConfigurationSupport. requestMappingHandlerAdapter(ReactiveAdapterRegistry reactiveAdapterRegistry, ServerCodecConfigurer serverCodecConfigurer, FormattingConversionService conversionService, Validator validator)ResponseBodyResultHandlerWebFluxConfigurationSupport. responseBodyResultHandler(ReactiveAdapterRegistry reactiveAdapterRegistry, ServerCodecConfigurer serverCodecConfigurer, RequestedContentTypeResolver contentTypeResolver)ResponseEntityResultHandlerWebFluxConfigurationSupport. responseEntityResultHandler(ReactiveAdapterRegistry reactiveAdapterRegistry, ServerCodecConfigurer serverCodecConfigurer, RequestedContentTypeResolver contentTypeResolver)ViewResolutionResultHandlerWebFluxConfigurationSupport. viewResolutionResultHandler(ReactiveAdapterRegistry reactiveAdapterRegistry, RequestedContentTypeResolver contentTypeResolver)org.springframework.web.reactive.result中ReactiveAdapterRegistry的使用
返回ReactiveAdapterRegistry的org.springframework.web.reactive.result中的方法 修饰符和类型 方法 说明 ReactiveAdapterRegistryHandlerResultHandlerSupport. getAdapterRegistry()Return the configuredReactiveAdapterRegistry.参数类型为ReactiveAdapterRegistry的org.springframework.web.reactive.result中的构造器 构造器 说明 HandlerResultHandlerSupport(RequestedContentTypeResolver contentTypeResolver, ReactiveAdapterRegistry adapterRegistry)org.springframework.web.reactive.result.method中ReactiveAdapterRegistry的使用
返回ReactiveAdapterRegistry的org.springframework.web.reactive.result.method中的方法 修饰符和类型 方法 说明 ReactiveAdapterRegistryHandlerMethodArgumentResolverSupport. getAdapterRegistry()Return the configuredReactiveAdapterRegistry.参数类型为ReactiveAdapterRegistry的org.springframework.web.reactive.result.method中的方法 修饰符和类型 方法 说明 voidInvocableHandlerMethod. setReactiveAdapterRegistry(ReactiveAdapterRegistry registry)Configure a reactive adapter registry.参数类型为ReactiveAdapterRegistry的org.springframework.web.reactive.result.method中的构造器 构造器 说明 HandlerMethodArgumentResolverSupport(ReactiveAdapterRegistry adapterRegistry)org.springframework.web.reactive.result.method.annotation中ReactiveAdapterRegistry的使用
返回ReactiveAdapterRegistry的org.springframework.web.reactive.result.method.annotation中的方法 修饰符和类型 方法 说明 ReactiveAdapterRegistryRequestMappingHandlerAdapter. getReactiveAdapterRegistry()Return the configured registry for adapting reactive types.参数类型为ReactiveAdapterRegistry的org.springframework.web.reactive.result.method.annotation中的方法 修饰符和类型 方法 说明 voidRequestMappingHandlerAdapter. setReactiveAdapterRegistry(ReactiveAdapterRegistry registry)Configure the registry for adapting various reactive types.org.springframework.web.reactive.result.view中ReactiveAdapterRegistry的使用
参数类型为ReactiveAdapterRegistry的org.springframework.web.reactive.result.view中的构造器 构造器 说明 AbstractView(ReactiveAdapterRegistry reactiveAdapterRegistry)ViewResolutionResultHandler(List<ViewResolver> viewResolvers, RequestedContentTypeResolver contentTypeResolver, ReactiveAdapterRegistry registry)Constructor with anReactiveAdapterRegistryinstance.org.springframework.web.servlet.mvc.method.annotation中ReactiveAdapterRegistry的使用
返回ReactiveAdapterRegistry的org.springframework.web.servlet.mvc.method.annotation中的方法 修饰符和类型 方法 说明 ReactiveAdapterRegistryRequestMappingHandlerAdapter. getReactiveAdapterRegistry()Return the configured reactive type registry of adapters.参数类型为ReactiveAdapterRegistry的org.springframework.web.servlet.mvc.method.annotation中的方法 修饰符和类型 方法 说明 voidRequestMappingHandlerAdapter. setReactiveAdapterRegistry(ReactiveAdapterRegistry reactiveAdapterRegistry)Configure the registry for reactive library types to be supported as return values from controller methods.参数类型为ReactiveAdapterRegistry的org.springframework.web.servlet.mvc.method.annotation中的构造器 构造器 说明 ResponseBodyEmitterReturnValueHandler(List<HttpMessageConverter<?>> messageConverters, ReactiveAdapterRegistry registry, TaskExecutor executor, ContentNegotiationManager manager)Complete constructor with pluggable "reactive" type support.