Uses of Class
org.springframework.integration.http.dsl.HttpInboundEndpointSupportSpec.RequestMappingSpec
Packages that use HttpInboundEndpointSupportSpec.RequestMappingSpec
Package
Description
Provides HTTP Components support for Spring Integration Java DSL.
-
Uses of HttpInboundEndpointSupportSpec.RequestMappingSpec in org.springframework.integration.http.dsl
Methods in org.springframework.integration.http.dsl that return HttpInboundEndpointSupportSpec.RequestMappingSpecModifier and TypeMethodDescriptionThe consumable media types of the mapped request, narrowing the primary mapping.The headers of the mapped request, narrowing the primary mapping.HttpInboundEndpointSupportSpec.RequestMappingSpec.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 parameters in org.springframework.integration.http.dsl with type arguments of type HttpInboundEndpointSupportSpec.RequestMappingSpecModifier and TypeMethodDescriptionHttpInboundEndpointSupportSpec.requestMapping
(Consumer<HttpInboundEndpointSupportSpec.RequestMappingSpec> mapping) Provide aConsumer
for configuringRequestMapping
viaHttpInboundEndpointSupportSpec.RequestMappingSpec
.