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.web.reactive.result |
Support for various programming model styles including the invocation of
different types of handlers, e.g.
|
Modifier and Type | Method and Description |
---|---|
ReactiveAdapter |
ReactiveAdapterRegistry.getAdapter(Class<?> reactiveType)
Get the adapter for the given reactive type.
|
ReactiveAdapter |
ReactiveAdapterRegistry.getAdapter(Class<?> reactiveType,
Object source)
Get the adapter for the given reactive type.
|
Modifier and Type | Method and Description |
---|---|
protected ReactiveAdapter |
HandlerResultHandlerSupport.getAdapter(HandlerResult result)
Get a
ReactiveAdapter for the top-level return value type. |