Uses of Class
org.springframework.web.client.support.RestGatewaySupport
Packages that use RestGatewaySupport
-
Uses of RestGatewaySupport in org.springframework.test.web.client
Methods in org.springframework.test.web.client with parameters of type RestGatewaySupportModifier and TypeMethodDescriptionMockRestServiceServer.bindTo
(RestGatewaySupport restGatewaySupport) Return a builder for aMockRestServiceServer
that should be used to reply to theRestTemplate
for the givenRestGatewaySupport
.static MockRestServiceServer
MockRestServiceServer.createServer
(RestGatewaySupport restGateway) A shortcut forbindTo(restGateway).build()
.