Uses of Class
org.springframework.web.reactive.handler.AbstractHandlerMapping
Package
Description
Classes supporting the
org.springframework.web.reactive.function.server
package.Provides HandlerMapping implementations including abstract base classes.
Infrastructure for handler method processing.
Infrastructure for annotation-based handler method processing.
-
Uses of AbstractHandlerMapping in org.springframework.web.reactive.function.server.support
Modifier and TypeClassDescriptionclass
HandlerMapping
implementation that supportsRouterFunctions
. -
Uses of AbstractHandlerMapping in org.springframework.web.reactive.handler
Modifier and TypeClassDescriptionclass
Abstract base class for URL-mappedHandlerMapping
implementations.class
Implementation of theHandlerMapping
interface to map from URLs to request handler beans. -
Uses of AbstractHandlerMapping in org.springframework.web.reactive.result.method
Modifier and TypeClassDescriptionclass
Abstract base class forHandlerMapping
implementations that define a mapping between a request and aHandlerMethod
.class
Abstract base class for classes for whichRequestMappingInfo
defines the mapping between a request and a handler method. -
Uses of AbstractHandlerMapping in org.springframework.web.reactive.result.method.annotation
Modifier and TypeClassDescriptionclass
An extension ofRequestMappingInfoHandlerMapping
that createsRequestMappingInfo
instances from type-level and method-level@RequestMapping
and@HttpExchange
annotations.