Package org.springframework.web.reactive.result.method
Infrastructure for handler method processing.
Interface Summary Interface Description HandlerMethodArgumentResolver Strategy to resolve the argument value for a method parameter in the context of the current HTTP request.RequestMappingInfo.Builder Defines a builder for creating a RequestMappingInfo.SyncHandlerMethodArgumentResolver An extension ofHandlerMethodArgumentResolverfor implementations that are synchronous in nature and do not block to resolve values.Class Summary Class Description AbstractHandlerMethodMapping<T> Abstract base class forHandlerMappingimplementations that define a mapping between a request and aHandlerMethod.HandlerMethodArgumentResolverSupport Base class forHandlerMethodArgumentResolverimplementations with access to aReactiveAdapterRegistryand methods to check for method parameter support.InvocableHandlerMethod Extension ofHandlerMethodthat invokes the underlying method with argument values resolved from the current HTTP request through a list ofHandlerMethodArgumentResolver.RequestMappingInfo Request mapping information.RequestMappingInfo.BuilderConfiguration Container for configuration options used for request mapping purposes.RequestMappingInfoHandlerMapping Abstract base class for classes for whichRequestMappingInfodefines the mapping between a request and a handler method.SyncInvocableHandlerMethod Extension ofHandlerMethodthat invokes the underlying method viaInvocableHandlerMethodbut uses sync argument resolvers only and thus can return directly aHandlerResultwith no async wrappers.