Uses of Class
org.springframework.core.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.core
Modifier 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.result
Modifier and TypeMethodDescriptionprotected ReactiveAdapter
HandlerResultHandlerSupport.getAdapter
(HandlerResult result) Get aReactiveAdapter
for the top-level return value type.