Uses of Class
org.springframework.web.reactive.result.method.RequestMappingInfoHandlerMapping
Packages that use RequestMappingInfoHandlerMapping Package Description org.springframework.web.reactive.result.method.annotation 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.annotation Modifier and Type Class Description classRequestMappingHandlerMappingAn extension ofRequestMappingInfoHandlerMappingthat createsRequestMappingInfoinstances from class-level and method-level@RequestMappingannotations.