Uses of Class
org.springframework.web.reactive.result.method.AbstractHandlerMethodMapping
Packages that use AbstractHandlerMethodMapping
Package
Description
Infrastructure for handler method processing.
Infrastructure for annotation-based handler method processing.
- 
Uses of AbstractHandlerMethodMapping in org.springframework.web.reactive.result.methodModifier and TypeClassDescriptionclassAbstract base class for classes for whichRequestMappingInfodefines the mapping between a request and a handler method.
- 
Uses of AbstractHandlerMethodMapping in org.springframework.web.reactive.result.method.annotationSubclasses of AbstractHandlerMethodMapping in org.springframework.web.reactive.result.method.annotationModifier and TypeClassDescriptionclassAn extension ofRequestMappingInfoHandlerMappingthat createsRequestMappingInfoinstances from class-level and method-level@RequestMappingannotations.