Uses of Class
org.springframework.web.reactive.handler.AbstractHandlerMapping
Packages that use 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.supportModifier and TypeClassDescriptionclassHandlerMappingimplementation that supportsRouterFunctions.
- 
Uses of AbstractHandlerMapping in org.springframework.web.reactive.handlerSubclasses of AbstractHandlerMapping in org.springframework.web.reactive.handlerModifier and TypeClassDescriptionclassAbstract base class for URL-mappedHandlerMappingimplementations.classImplementation of theHandlerMappinginterface to map from URLs to request handler beans.
- 
Uses of AbstractHandlerMapping in org.springframework.web.reactive.result.methodSubclasses of AbstractHandlerMapping in org.springframework.web.reactive.result.methodModifier 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 AbstractHandlerMapping in org.springframework.web.reactive.result.method.annotationModifier and TypeClassDescriptionclassAn extension ofRequestMappingInfoHandlerMappingthat createsRequestMappingInfoinstances from class-level and method-level@RequestMappingannotations.