Uses of Annotation Interface
org.springframework.web.bind.annotation.Mapping
Packages that use Mapping
Package
Description
Annotations for binding requests to controllers and handler methods
 as well as for binding request parameters to method arguments.
Annotations for declaring HTTP service request methods.
- 
Uses of Mapping in org.springframework.web.bind.annotationClasses in org.springframework.web.bind.annotation with annotations of type MappingModifier and TypeClassDescription@interfaceAnnotation for mapping web requests onto methods in request-handling classes with flexible method signatures.
- 
Uses of Mapping in org.springframework.web.service.annotationClasses in org.springframework.web.service.annotation with annotations of type MappingModifier and TypeClassDescription@interfaceAnnotation to declare a method on an HTTP service interface as an HTTP endpoint.