Uses of Package
org.springframework.web.reactive.result.method
Package
Description
Infrastructure for handler method processing.
Infrastructure for annotation-based handler method processing.
-
ClassDescriptionAbstract base class for
HandlerMapping
implementations that define a mapping between a request and aHandlerMethod
.Strategy to resolve the argument value for a method parameter in the context of the current HTTP request.Request mapping information.Defines a builder for creating a RequestMappingInfo.Container for configuration options used for request mapping purposes.An extension ofHandlerMethodArgumentResolver
for implementations that are synchronous in nature and do not block to resolve values. -
ClassDescriptionAbstract base class for
HandlerMapping
implementations that define a mapping between a request and aHandlerMethod
.Strategy to resolve the argument value for a method parameter in the context of the current HTTP request.Base class forHandlerMethodArgumentResolver
implementations with access to aReactiveAdapterRegistry
and methods to check for method parameter support.Request mapping information.Abstract base class for classes for whichRequestMappingInfo
defines the mapping between a request and a handler method.An extension ofHandlerMethodArgumentResolver
for implementations that are synchronous in nature and do not block to resolve values.