Uses of Class
org.springframework.web.reactive.result.method.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 TypeClassDescriptionclass
Abstract base class for classes for whichRequestMappingInfo
defines the mapping between a request and a handler method. -
Uses of AbstractHandlerMethodMapping in org.springframework.web.reactive.result.method.annotation
Modifier and TypeClassDescriptionclass
An extension ofRequestMappingInfoHandlerMapping
that createsRequestMappingInfo
instances from type-level and method-level@RequestMapping
and@HttpExchange
annotations.