| Package | Description | 
|---|---|
| org.springframework.web.reactive.function.server.support | Classes supporting the  org.springframework.web.reactive.function.serverpackage. | 
| org.springframework.web.reactive.handler | Provides HandlerMapping implementations including abstract base classes. | 
| 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. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | RouterFunctionMappingHandlerMappingimplementation that supportsRouterFunctions. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | AbstractUrlHandlerMappingAbstract base class for URL-mapped
  HandlerMappingimplementations. | 
| class  | SimpleUrlHandlerMappingImplementation of the  HandlerMappinginterface to map from URLs to request handler beans. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | AbstractHandlerMethodMapping<T>Abstract base class for  HandlerMappingimplementations that define
 a mapping between a request and aHandlerMethod. | 
| class  | RequestMappingInfoHandlerMappingAbstract base class for classes for which  RequestMappingInfodefines
 the mapping between a request and a handler method. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | RequestMappingHandlerMappingAn extension of  RequestMappingInfoHandlerMappingthat createsRequestMappingInfoinstances from class-level and method-level@RequestMappingannotations. |