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.method
Modifier 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.annotation
Subclasses of AbstractHandlerMethodMapping in org.springframework.web.reactive.result.method.annotationModifier and TypeClassDescriptionclassAn extension ofRequestMappingInfoHandlerMappingthat createsRequestMappingInfoinstances from type-level and method-level@RequestMappingand@HttpExchangeannotations.