Uses of Class
org.springframework.integration.http.inbound.RequestMapping
Packages that use RequestMapping
Package
Description
Provides classes for configuration - parsers, namespace handlers.
Provides HTTP Components support for Spring Integration Java DSL.
Provides classes supporting inbound endpoints.
- 
Uses of RequestMapping in org.springframework.integration.http.configMethods in org.springframework.integration.http.config with parameters of type RequestMappingModifier and TypeMethodDescriptionstatic RequestMappingHttpContextUtils.convertRequestMappingToAnnotation(RequestMapping requestMapping) Converts a providedRequestMappingto the Spring WebRequestMappingannotation.
- 
Uses of RequestMapping in org.springframework.integration.http.dslFields in org.springframework.integration.http.dsl declared as RequestMappingModifier and TypeFieldDescriptionprotected final RequestMappingHttpInboundEndpointSupportSpec.requestMapping
- 
Uses of RequestMapping in org.springframework.integration.http.inboundMethods in org.springframework.integration.http.inbound that return RequestMappingModifier and TypeMethodDescriptionfinal RequestMappingBaseHttpInboundEndpoint.getRequestMapping()Methods in org.springframework.integration.http.inbound with parameters of type RequestMappingModifier and TypeMethodDescriptionvoidBaseHttpInboundEndpoint.setRequestMapping(RequestMapping requestMapping) Set theRequestMappingwhich allows you to specify a flexible RESTFul-mapping for this endpoint.