Uses of Class
org.springframework.web.reactive.result.method.AbstractHandlerMethodMapping
Packages that use AbstractHandlerMethodMapping Package Description org.springframework.web.reactive.result.method Infrastructure for handler method processing.org.springframework.web.reactive.result.method.annotation Infrastructure for annotation-based handler method processing.Uses of AbstractHandlerMethodMapping in org.springframework.web.reactive.result.method
Subclasses of AbstractHandlerMethodMapping in org.springframework.web.reactive.result.method Modifier and Type Class Description classRequestMappingInfoHandlerMappingAbstract 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.annotation Modifier and Type Class Description classRequestMappingHandlerMappingAn extension ofRequestMappingInfoHandlerMappingthat createsRequestMappingInfoinstances from class-level and method-level@RequestMappingannotations.