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