Uses of Class
org.springframework.core.ReactiveAdapter
Packages that use ReactiveAdapter
Package
Description
Provides basic classes for exception handling and version detection,
 and other core helpers that are not specific to any part of the framework.
Support for various programming model styles including the invocation of
 different types of handlers, e.g.
- 
Uses of ReactiveAdapter in org.springframework.coreMethods in org.springframework.core that return ReactiveAdapterModifier and TypeMethodDescriptionReactiveAdapterRegistry.getAdapter(Class<?> reactiveType) Get the adapter for the given reactive type.ReactiveAdapterRegistry.getAdapter(Class<?> reactiveType, Object source) Get the adapter for the given reactive type.
- 
Uses of ReactiveAdapter in org.springframework.web.reactive.resultMethods in org.springframework.web.reactive.result that return ReactiveAdapterModifier and TypeMethodDescriptionprotected ReactiveAdapterHandlerResultHandlerSupport.getAdapter(HandlerResult result) Get aReactiveAdapterfor the top-level return value type.