Uses of Class
org.springframework.web.bind.annotation.RequestMapping
Packages that use RequestMapping Package Description org.springframework.web.bind.annotation Annotations for binding requests to controllers and handler methods as well as for binding request parameters to method arguments.org.springframework.web.reactive.result.method.annotation Infrastructure for annotation-based handler method processing.org.springframework.web.servlet.mvc.method.annotation MVC infrastructure for annotation-based handler method processing, building on theorg.springframework.web.method.annotationpackage.Uses of RequestMapping in org.springframework.web.bind.annotation
Classes in org.springframework.web.bind.annotation with annotations of type RequestMapping Modifier and Type Class Description interfaceDeleteMappingAnnotation for mapping HTTPDELETErequests onto specific handler methods.interfaceGetMappingAnnotation for mapping HTTPGETrequests onto specific handler methods.interfacePatchMappingAnnotation for mapping HTTPPATCHrequests onto specific handler methods.interfacePostMappingAnnotation for mapping HTTPPOSTrequests onto specific handler methods.interfacePutMappingAnnotation for mapping HTTPPUTrequests onto specific handler methods.Uses of RequestMapping in org.springframework.web.reactive.result.method.annotation
Methods in org.springframework.web.reactive.result.method.annotation with parameters of type RequestMapping Modifier and Type Method Description protected RequestMappingInfoRequestMappingHandlerMapping. createRequestMappingInfo(RequestMapping requestMapping, RequestCondition<?> customCondition)Create aRequestMappingInfofrom the supplied@RequestMappingannotation, which is either a directly declared annotation, a meta-annotation, or the synthesized result of merging annotation attributes within an annotation hierarchy.Uses of RequestMapping in org.springframework.web.servlet.mvc.method.annotation
Methods in org.springframework.web.servlet.mvc.method.annotation with parameters of type RequestMapping Modifier and Type Method Description protected RequestMappingInfoRequestMappingHandlerMapping. createRequestMappingInfo(RequestMapping requestMapping, RequestCondition<?> customCondition)Create aRequestMappingInfofrom the supplied@RequestMappingannotation, which is either a directly declared annotation, a meta-annotation, or the synthesized result of merging annotation attributes within an annotation hierarchy.