Uses of Interface
org.springframework.web.reactive.HandlerMapping
Packages that use HandlerMapping
Package
Description
Top-level package for the 
spring-webflux module that contains
 DispatcherHandler, the main entry
 point for WebFlux server endpoint processing including key contracts used to
 map requests to handlers, invoke them, and process the result.Spring WebFlux configuration infrastructure.
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 HandlerMapping in org.springframework.web.reactiveMethods in org.springframework.web.reactive that return types with arguments of type HandlerMappingModifier and TypeMethodDescriptionfinal List<HandlerMapping>DispatcherHandler.getHandlerMappings()
- 
Uses of HandlerMapping in org.springframework.web.reactive.configMethods in org.springframework.web.reactive.config that return HandlerMappingModifier and TypeMethodDescriptionWebFluxConfigurationSupport.resourceHandlerMapping(ResourceUrlProvider resourceUrlProvider) Return a handler mapping ordered at Integer.MAX_VALUE-1 with mapped resource handlers.
- 
Uses of HandlerMapping in org.springframework.web.reactive.function.server.supportClasses in org.springframework.web.reactive.function.server.support that implement HandlerMappingModifier and TypeClassDescriptionclassHandlerMappingimplementation that supportsRouterFunctions.
- 
Uses of HandlerMapping in org.springframework.web.reactive.handlerClasses in org.springframework.web.reactive.handler that implement HandlerMappingModifier and TypeClassDescriptionclassAbstract base class forHandlerMappingimplementations.classAbstract base class for URL-mappedHandlerMappingimplementations.classImplementation of theHandlerMappinginterface to map from URLs to request handler beans.
- 
Uses of HandlerMapping in org.springframework.web.reactive.result.methodClasses in org.springframework.web.reactive.result.method that implement HandlerMappingModifier and TypeClassDescriptionclassAbstract base class forHandlerMappingimplementations that define a mapping between a request and aHandlerMethod.classAbstract base class for classes for whichRequestMappingInfodefines the mapping between a request and a handler method.
- 
Uses of HandlerMapping in org.springframework.web.reactive.result.method.annotationClasses in org.springframework.web.reactive.result.method.annotation that implement HandlerMappingModifier and TypeClassDescriptionclassAn extension ofRequestMappingInfoHandlerMappingthat createsRequestMappingInfoinstances from type-level and method-level@RequestMappingand@HttpExchangeannotations.