Uses of Annotation Interface
org.springframework.web.bind.annotation.RequestMapping
Packages that use RequestMapping
Package
Description
Annotations for binding requests to controllers and handler methods
 as well as for binding request parameters to method arguments.
Infrastructure for annotation-based handler method processing.
MVC infrastructure for annotation-based handler method processing, building on the
 
org.springframework.web.method.annotation package.- 
Uses of RequestMapping in org.springframework.web.bind.annotationClasses in org.springframework.web.bind.annotation with annotations of type RequestMappingModifier and TypeClassDescription@interfaceAnnotation for mapping HTTPDELETErequests onto specific handler methods.@interfaceAnnotation for mapping HTTPGETrequests onto specific handler methods.@interfaceAnnotation for mapping HTTPPATCHrequests onto specific handler methods.@interfaceAnnotation for mapping HTTPPOSTrequests onto specific handler methods.@interfaceAnnotation for mapping HTTPPUTrequests onto specific handler methods.
- 
Uses of RequestMapping in org.springframework.web.reactive.result.method.annotationMethods in org.springframework.web.reactive.result.method.annotation with parameters of type RequestMappingModifier and TypeMethodDescriptionprotected RequestMappingInfoRequestMappingHandlerMapping.createRequestMappingInfo(RequestMapping requestMapping, RequestCondition<?> customCondition) Create aRequestMappingInfofrom the supplied@RequestMappingannotation, meta-annotation, or synthesized result of merging annotation attributes within an annotation hierarchy.
- 
Uses of RequestMapping in org.springframework.web.servlet.mvc.method.annotationMethods in org.springframework.web.servlet.mvc.method.annotation with parameters of type RequestMappingModifier and TypeMethodDescriptionprotected RequestMappingInfoRequestMappingHandlerMapping.createRequestMappingInfo(RequestMapping requestMapping, RequestCondition<?> customCondition) Create aRequestMappingInfofrom the supplied@RequestMappingannotation, meta-annotation, or synthesized result of merging annotation attributes within an annotation hierarchy.