Uses of Class
org.springframework.core.ReactiveAdapterRegistry
Packages that use ReactiveAdapterRegistry Package Description 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.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.Uses of ReactiveAdapterRegistry in org.springframework.core
Methods in org.springframework.core that return ReactiveAdapterRegistry Modifier and Type Method Description static ReactiveAdapterRegistryReactiveAdapterRegistry. getSharedInstance()Return a shared defaultReactiveAdapterRegistryinstance, lazily building it once needed.Uses of ReactiveAdapterRegistry in org.springframework.messaging.handler.annotation.reactive
Methods in org.springframework.messaging.handler.annotation.reactive that return ReactiveAdapterRegistry Modifier and Type Method Description ReactiveAdapterRegistryPayloadMethodArgumentResolver. getAdapterRegistry()Return the configuredReactiveAdapterRegistry.Constructors in org.springframework.messaging.handler.annotation.reactive with parameters of type ReactiveAdapterRegistry Constructor Description PayloadMethodArgumentResolver(List<? extends Decoder<?>> decoders, Validator validator, ReactiveAdapterRegistry registry, boolean useDefaultResolution)Uses of ReactiveAdapterRegistry in org.springframework.messaging.handler.invocation
Constructors in org.springframework.messaging.handler.invocation with parameters of type ReactiveAdapterRegistry Constructor Description ReactiveReturnValueHandler(ReactiveAdapterRegistry adapterRegistry)Uses of ReactiveAdapterRegistry in org.springframework.messaging.handler.invocation.reactive
Methods in org.springframework.messaging.handler.invocation.reactive that return ReactiveAdapterRegistry Modifier and Type Method Description ReactiveAdapterRegistryAbstractEncoderMethodReturnValueHandler. getAdapterRegistry()The configured adapter registry.ReactiveAdapterRegistryAbstractMethodMessageHandler. getReactiveAdapterRegistry()Return the configured registry for adapting reactive types.Methods in org.springframework.messaging.handler.invocation.reactive with parameters of type ReactiveAdapterRegistry Modifier and Type Method Description voidAbstractMethodMessageHandler. setReactiveAdapterRegistry(ReactiveAdapterRegistry registry)Configure the registry for adapting various reactive types.voidInvocableHandlerMethod. setReactiveAdapterRegistry(ReactiveAdapterRegistry registry)Configure a reactive adapter registry.Constructors in org.springframework.messaging.handler.invocation.reactive with parameters of type ReactiveAdapterRegistry Constructor Description AbstractEncoderMethodReturnValueHandler(List<Encoder<?>> encoders, ReactiveAdapterRegistry registry)Uses of ReactiveAdapterRegistry in org.springframework.messaging.rsocket
Methods in org.springframework.messaging.rsocket that return ReactiveAdapterRegistry Modifier and Type Method Description ReactiveAdapterRegistryRSocketStrategies. reactiveAdapterRegistry()Return the configuredreactiveAdapterRegistry.Methods in org.springframework.messaging.rsocket with parameters of type ReactiveAdapterRegistry Modifier and Type Method Description RSocketStrategies.BuilderRSocketStrategies.Builder. reactiveAdapterStrategy(ReactiveAdapterRegistry registry)Configure the registry for reactive type support.Uses of ReactiveAdapterRegistry in org.springframework.messaging.rsocket.annotation.support
Methods in org.springframework.messaging.rsocket.annotation.support with parameters of type ReactiveAdapterRegistry Modifier and Type Method Description voidRSocketMessageHandler. setReactiveAdapterRegistry(ReactiveAdapterRegistry registry)Configure the registry for adapting various reactive types.Constructors in org.springframework.messaging.rsocket.annotation.support with parameters of type ReactiveAdapterRegistry Constructor Description RSocketPayloadReturnValueHandler(List<Encoder<?>> encoders, ReactiveAdapterRegistry registry)Uses of ReactiveAdapterRegistry in org.springframework.web.reactive.config
Methods in org.springframework.web.reactive.config that return ReactiveAdapterRegistry Modifier and Type Method Description ReactiveAdapterRegistryWebFluxConfigurationSupport. webFluxAdapterRegistry()Return aReactiveAdapterRegistryto adapting reactive types.Uses of ReactiveAdapterRegistry in org.springframework.web.reactive.result
Methods in org.springframework.web.reactive.result that return ReactiveAdapterRegistry Modifier and Type Method Description ReactiveAdapterRegistryHandlerResultHandlerSupport. getAdapterRegistry()Return the configuredReactiveAdapterRegistry.Constructors in org.springframework.web.reactive.result with parameters of type ReactiveAdapterRegistry Constructor Description HandlerResultHandlerSupport(RequestedContentTypeResolver contentTypeResolver, ReactiveAdapterRegistry adapterRegistry)Uses of ReactiveAdapterRegistry in org.springframework.web.reactive.result.method
Methods in org.springframework.web.reactive.result.method that return ReactiveAdapterRegistry Modifier and Type Method Description ReactiveAdapterRegistryHandlerMethodArgumentResolverSupport. getAdapterRegistry()Return the configuredReactiveAdapterRegistry.Methods in org.springframework.web.reactive.result.method with parameters of type ReactiveAdapterRegistry Modifier and Type Method Description voidInvocableHandlerMethod. setReactiveAdapterRegistry(ReactiveAdapterRegistry registry)Configure a reactive adapter registry.Constructors in org.springframework.web.reactive.result.method with parameters of type ReactiveAdapterRegistry Constructor Description HandlerMethodArgumentResolverSupport(ReactiveAdapterRegistry adapterRegistry)Uses of ReactiveAdapterRegistry in org.springframework.web.reactive.result.method.annotation
Methods in org.springframework.web.reactive.result.method.annotation that return ReactiveAdapterRegistry Modifier and Type Method Description ReactiveAdapterRegistryRequestMappingHandlerAdapter. getReactiveAdapterRegistry()Return the configured registry for adapting reactive types.Methods in org.springframework.web.reactive.result.method.annotation with parameters of type ReactiveAdapterRegistry Modifier and Type Method Description voidRequestMappingHandlerAdapter. setReactiveAdapterRegistry(ReactiveAdapterRegistry registry)Configure the registry for adapting various reactive types.Uses of ReactiveAdapterRegistry in org.springframework.web.reactive.result.view
Constructors in org.springframework.web.reactive.result.view with parameters of type ReactiveAdapterRegistry Constructor Description AbstractView(ReactiveAdapterRegistry reactiveAdapterRegistry)ViewResolutionResultHandler(List<ViewResolver> viewResolvers, RequestedContentTypeResolver contentTypeResolver, ReactiveAdapterRegistry registry)Constructor with anReactiveAdapterRegistryinstance.Uses of ReactiveAdapterRegistry in org.springframework.web.servlet.mvc.method.annotation
Methods in org.springframework.web.servlet.mvc.method.annotation that return ReactiveAdapterRegistry Modifier and Type Method Description ReactiveAdapterRegistryRequestMappingHandlerAdapter. getReactiveAdapterRegistry()Return the configured reactive type registry of adapters.Methods in org.springframework.web.servlet.mvc.method.annotation with parameters of type ReactiveAdapterRegistry Modifier and Type Method Description voidRequestMappingHandlerAdapter. setReactiveAdapterRegistry(ReactiveAdapterRegistry reactiveAdapterRegistry)Configure the registry for reactive library types to be supported as return values from controller methods.Constructors in org.springframework.web.servlet.mvc.method.annotation with parameters of type ReactiveAdapterRegistry Constructor Description ResponseBodyEmitterReturnValueHandler(List<HttpMessageConverter<?>> messageConverters, ReactiveAdapterRegistry registry, TaskExecutor executor, ContentNegotiationManager manager)Complete constructor with pluggable "reactive" type support.