Package org.springframework.web.reactive.result.method
@NonNullApi
@NonNullFields
package org.springframework.web.reactive.result.method
Infrastructure for 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.Base class forHandlerMethodArgumentResolver
implementations with access to aReactiveAdapterRegistry
and methods to check for method parameter support.Extension ofHandlerMethod
that invokes the underlying method with argument values resolved from the current HTTP request through a list ofHandlerMethodArgumentResolver
.Request mapping information.Defines a builder for creating a RequestMappingInfo.Container for configuration options used for request mapping purposes.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.Extension ofHandlerMethod
that invokes the underlying method viaInvocableHandlerMethod
but uses sync argument resolvers only and thus can return directly aHandlerResult
with no async wrappers.