Uses of Interface
org.springframework.test.web.client.MockRestServiceServer.MockRestServiceServerBuilder
Packages that use MockRestServiceServer.MockRestServiceServerBuilder
-
Uses of MockRestServiceServer.MockRestServiceServerBuilder in org.springframework.test.web.client
Methods in org.springframework.test.web.client that return MockRestServiceServer.MockRestServiceServerBuilderModifier and TypeMethodDescriptionMockRestServiceServer.bindTo
(RestTemplate restTemplate) Return a builder for aMockRestServiceServer
that should be used to reply to the givenRestTemplate
.MockRestServiceServer.bindTo
(RestGatewaySupport restGatewaySupport) Return a builder for aMockRestServiceServer
that should be used to reply to the givenRestGatewaySupport
.MockRestServiceServer.MockRestServiceServerBuilder.bufferContent()
Use theBufferingClientHttpRequestFactory
wrapper to buffer the input and output streams, and for example, allow multiple reads of the response body.MockRestServiceServer.MockRestServiceServerBuilder.ignoreExpectOrder
(boolean ignoreExpectOrder) Whether to allow expected requests to be executed in any order not necessarily matching the order of declaration.