Uses of Class
org.springframework.web.reactive.result.method.RequestMappingInfoHandlerMapping
Packages that use RequestMappingInfoHandlerMapping
Package
Description
Infrastructure for annotation-based handler method processing.
-
Uses of RequestMappingInfoHandlerMapping in org.springframework.web.reactive.result.method.annotation
Subclasses of RequestMappingInfoHandlerMapping in org.springframework.web.reactive.result.method.annotationModifier and TypeClassDescriptionclass
An extension ofRequestMappingInfoHandlerMapping
that createsRequestMappingInfo
instances from type-level and method-level@RequestMapping
and@HttpExchange
annotations.