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 aMockRestServiceServerthat should be used to reply to the givenRestGatewaySupport.static MockRestServiceServerMockRestServiceServer.createServer(RestGatewaySupport restGateway) A shortcut forbindTo(restGateway).build().