Uses of Annotation Interface
org.springframework.web.bind.annotation.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.annotation
Modifier and TypeClassDescription@interface
Annotation for mapping HTTPDELETE
requests onto specific handler methods.@interface
Annotation for mapping HTTPGET
requests onto specific handler methods.@interface
Annotation for mapping HTTPPATCH
requests onto specific handler methods.@interface
Annotation for mapping HTTPPOST
requests onto specific handler methods.@interface
Annotation for mapping HTTPPUT
requests onto specific handler methods. -
Uses of RequestMapping in org.springframework.web.reactive.result.method.annotation
Modifier and TypeMethodDescriptionprotected RequestMappingInfo
RequestMappingHandlerMapping.createRequestMappingInfo
(RequestMapping requestMapping, RequestCondition<?> customCondition) Create aRequestMappingInfo
from the supplied@RequestMapping
annotation, meta-annotation, or synthesized result of merging annotation attributes within an annotation hierarchy. -
Uses of RequestMapping in org.springframework.web.servlet.mvc.method.annotation
Modifier and TypeMethodDescriptionprotected RequestMappingInfo
RequestMappingHandlerMapping.createRequestMappingInfo
(RequestMapping requestMapping, RequestCondition<?> customCondition) Create aRequestMappingInfo
from the supplied@RequestMapping
annotation, meta-annotation, or synthesized result of merging annotation attributes within an annotation hierarchy.