Uses of Class
org.springframework.web.reactive.handler.AbstractHandlerMapping
Packages that use AbstractHandlerMapping Package Description org.springframework.web.reactive.function.server.support Classes supporting theorg.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.Uses of AbstractHandlerMapping in org.springframework.web.reactive.function.server.support
Subclasses of AbstractHandlerMapping in org.springframework.web.reactive.function.server.support Modifier and Type Class Description classRouterFunctionMappingHandlerMappingimplementation that supportsRouterFunctions.Uses of AbstractHandlerMapping in org.springframework.web.reactive.handler
Subclasses of AbstractHandlerMapping in org.springframework.web.reactive.handler Modifier and Type Class Description classAbstractUrlHandlerMappingAbstract base class for URL-mappedHandlerMappingimplementations.classSimpleUrlHandlerMappingImplementation of theHandlerMappinginterface to map from URLs to request handler beans.Uses of AbstractHandlerMapping in org.springframework.web.reactive.result.method
Subclasses of AbstractHandlerMapping in org.springframework.web.reactive.result.method Modifier and Type Class Description classAbstractHandlerMethodMapping<T>Abstract base class forHandlerMappingimplementations that define a mapping between a request and aHandlerMethod.classRequestMappingInfoHandlerMappingAbstract 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.annotation
Subclasses of AbstractHandlerMapping in org.springframework.web.reactive.result.method.annotation Modifier and Type Class Description classRequestMappingHandlerMappingAn extension ofRequestMappingInfoHandlerMappingthat createsRequestMappingInfoinstances from class-level and method-level@RequestMappingannotations.