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(org.springframework.web.client.RestClient.Builder restClientBuilder) Return a builder for aMockRestServiceServerthat should be used to reply to theRestClientfor the givenRestClient.Builder.MockRestServiceServer.bindTo(org.springframework.web.client.RestTemplate restTemplate) Return a builder for aMockRestServiceServerthat should be used to reply to the givenRestTemplate.MockRestServiceServer.bindTo(org.springframework.web.client.support.RestGatewaySupport restGatewaySupport) Return a builder for aMockRestServiceServerthat should be used to reply to theRestTemplatefor the givenRestGatewaySupport.MockRestServiceServer.MockRestServiceServerBuilder.bufferContent()Use theBufferingClientHttpRequestFactorywrapper 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.