| Package | Description |
|---|---|
| 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.
|
| Class and Description |
|---|
| AbstractHandlerMethodMapping
Abstract base class for
HandlerMapping implementations that define
a mapping between a request and a HandlerMethod. |
| HandlerMethodArgumentResolver
Strategy to resolve the argument value for a method parameter in the context
of the current HTTP request.
|
| RequestMappingInfo
Request mapping information.
|
| RequestMappingInfo.Builder
Defines a builder for creating a RequestMappingInfo.
|
| RequestMappingInfo.BuilderConfiguration
Container for configuration options used for request mapping purposes.
|
| SyncHandlerMethodArgumentResolver
An extension of
HandlerMethodArgumentResolver for implementations
that are synchronous in nature and do not block to resolve values. |
| Class and Description |
|---|
| AbstractHandlerMethodMapping
Abstract base class for
HandlerMapping implementations that define
a mapping between a request and a HandlerMethod. |
| HandlerMethodArgumentResolver
Strategy to resolve the argument value for a method parameter in the context
of the current HTTP request.
|
| HandlerMethodArgumentResolverSupport
Base class for
HandlerMethodArgumentResolver implementations with access to a
ReactiveAdapterRegistry and methods to check for method parameter support. |
| RequestMappingInfo
Request mapping information.
|
| RequestMappingInfoHandlerMapping
Abstract base class for classes for which
RequestMappingInfo defines
the mapping between a request and a handler method. |
| SyncHandlerMethodArgumentResolver
An extension of
HandlerMethodArgumentResolver for implementations
that are synchronous in nature and do not block to resolve values. |