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.config
Methods in org.springframework.integration.http.config with parameters of type RequestMappingModifier and TypeMethodDescriptionstatic RequestMapping
HttpContextUtils.convertRequestMappingToAnnotation
(RequestMapping requestMapping) Converts a providedRequestMapping
to the Spring WebRequestMapping
annotation. -
Uses of RequestMapping in org.springframework.integration.http.dsl
Fields in org.springframework.integration.http.dsl declared as RequestMappingModifier and TypeFieldDescriptionprotected final RequestMapping
HttpInboundEndpointSupportSpec.requestMapping
-
Uses of RequestMapping in org.springframework.integration.http.inbound
Methods in org.springframework.integration.http.inbound that return RequestMappingModifier and TypeMethodDescriptionfinal RequestMapping
BaseHttpInboundEndpoint.getRequestMapping()
Methods in org.springframework.integration.http.inbound with parameters of type RequestMappingModifier and TypeMethodDescriptionvoid
BaseHttpInboundEndpoint.setRequestMapping
(RequestMapping requestMapping) Set theRequestMapping
which allows you to specify a flexible RESTFul-mapping for this endpoint.