Class HttpInboundEndpointSupportSpec.RequestMappingSpec
java.lang.Object
org.springframework.integration.http.dsl.HttpInboundEndpointSupportSpec.RequestMappingSpec
- Enclosing class:
- HttpInboundEndpointSupportSpec<S extends HttpInboundEndpointSupportSpec<S,- E>, - E extends BaseHttpInboundEndpoint> 
A fluent API for the 
RequestMapping.- Since:
- 5.0
- Author:
- Artem Bilan, Gary Russell
- 
Method SummaryModifier and TypeMethodDescriptionThe consumable media types of the mapped request, narrowing the primary mapping.The headers of the mapped request, narrowing the primary mapping.methods(HttpMethod... supportedMethods) The HTTP request methods to map to, narrowing the primary mapping: GET, POST, HEAD, OPTIONS, PUT, PATCH, DELETE, TRACE.The parameters of the mapped request, narrowing the primary mapping.The producible media types of the mapped request, narrowing the primary mapping.
- 
Method Details- 
methodsThe HTTP request methods to map to, narrowing the primary mapping: GET, POST, HEAD, OPTIONS, PUT, PATCH, DELETE, TRACE.- Parameters:
- supportedMethods- the- HttpMethods to use.
- Returns:
- the spec
 
- 
paramsThe parameters of the mapped request, narrowing the primary mapping.- Parameters:
- params- the request params to map to.
- Returns:
- the spec
 
- 
headersThe headers of the mapped request, narrowing the primary mapping.- Parameters:
- headers- the request headers to map to.
- Returns:
- the spec
 
- 
consumesThe consumable media types of the mapped request, narrowing the primary mapping.- Parameters:
- consumes- the media types for- Content-Typeheader.
- Returns:
- the spec
 
- 
producesThe producible media types of the mapped request, narrowing the primary mapping.- Parameters:
- produces- the media types for- Acceptheader.
- Returns:
- the spec
 
 
-