Index

B C E F G M O R S V 
All Classes and Interfaces|All Packages

B

bindTo(RestTemplate) - Static method in class org.springframework.boot.restclient.test.RootUriRequestExpectationManager
Return a bound MockRestServiceServer for the given RestTemplate, configured with RootUriRequestExpectationManager when possible.
bindTo(RestTemplate, RequestExpectationManager) - Static method in class org.springframework.boot.restclient.test.RootUriRequestExpectationManager
Return a bound MockRestServiceServer for the given RestTemplate, configured with RootUriRequestExpectationManager when possible.

C

createExpectationManager() - Method in class org.springframework.boot.restclient.test.MockServerRestClientCustomizer
 
createExpectationManager() - Method in class org.springframework.boot.restclient.test.MockServerRestTemplateCustomizer
 
customize(RestClient.Builder) - Method in class org.springframework.boot.restclient.test.MockServerRestClientCustomizer
 
customize(RestTemplate) - Method in class org.springframework.boot.restclient.test.MockServerRestTemplateCustomizer
 

E

expectRequest(ExpectedCount, RequestMatcher) - Method in class org.springframework.boot.restclient.test.RootUriRequestExpectationManager
 

F

forRestTemplate(RestTemplate, RequestExpectationManager) - Static method in class org.springframework.boot.restclient.test.RootUriRequestExpectationManager
Return RequestExpectationManager to be used for binding with the specified RestTemplate.

G

getExpectationManagers() - Method in class org.springframework.boot.restclient.test.MockServerRestClientCustomizer
 
getExpectationManagers() - Method in class org.springframework.boot.restclient.test.MockServerRestTemplateCustomizer
 
getServer() - Method in class org.springframework.boot.restclient.test.MockServerRestClientCustomizer
 
getServer() - Method in class org.springframework.boot.restclient.test.MockServerRestTemplateCustomizer
 
getServer(RestClient.Builder) - Method in class org.springframework.boot.restclient.test.MockServerRestClientCustomizer
 
getServer(RestTemplate) - Method in class org.springframework.boot.restclient.test.MockServerRestTemplateCustomizer
 
getServers() - Method in class org.springframework.boot.restclient.test.MockServerRestClientCustomizer
 
getServers() - Method in class org.springframework.boot.restclient.test.MockServerRestTemplateCustomizer
 

M

MockServerRestClientCustomizer - Class in org.springframework.boot.restclient.test
RestClientCustomizer that can be applied to RestClient.Builder instances to add MockRestServiceServer support.
MockServerRestClientCustomizer() - Constructor for class org.springframework.boot.restclient.test.MockServerRestClientCustomizer
 
MockServerRestClientCustomizer(Class<? extends RequestExpectationManager>) - Constructor for class org.springframework.boot.restclient.test.MockServerRestClientCustomizer
Create a new MockServerRestClientCustomizer instance.
MockServerRestClientCustomizer(Supplier<? extends RequestExpectationManager>) - Constructor for class org.springframework.boot.restclient.test.MockServerRestClientCustomizer
Create a new MockServerRestClientCustomizer instance.
MockServerRestTemplateCustomizer - Class in org.springframework.boot.restclient.test
RestTemplateCustomizer that can be applied to a RestTemplateBuilder instances to add MockRestServiceServer support.
MockServerRestTemplateCustomizer() - Constructor for class org.springframework.boot.restclient.test.MockServerRestTemplateCustomizer
 
MockServerRestTemplateCustomizer(Class<? extends RequestExpectationManager>) - Constructor for class org.springframework.boot.restclient.test.MockServerRestTemplateCustomizer
Create a new MockServerRestTemplateCustomizer instance.
MockServerRestTemplateCustomizer(Supplier<? extends RequestExpectationManager>) - Constructor for class org.springframework.boot.restclient.test.MockServerRestTemplateCustomizer
Create a new MockServerRestTemplateCustomizer instance.

O

org.springframework.boot.restclient.test - package org.springframework.boot.restclient.test
RestClient and RestTemplate test utilities.

R

reset() - Method in class org.springframework.boot.restclient.test.RootUriRequestExpectationManager
 
RootUriRequestExpectationManager - Class in org.springframework.boot.restclient.test
RequestExpectationManager that strips the specified root URI from the request before verification.
RootUriRequestExpectationManager(String, RequestExpectationManager) - Constructor for class org.springframework.boot.restclient.test.RootUriRequestExpectationManager
 

S

setBufferContent(boolean) - Method in class org.springframework.boot.restclient.test.MockServerRestClientCustomizer
Set if the BufferingClientHttpRequestFactory wrapper should be used to buffer the input and output streams, and for example, allow multiple reads of the response body.
setBufferContent(boolean) - Method in class org.springframework.boot.restclient.test.MockServerRestTemplateCustomizer
Set if the BufferingClientHttpRequestFactory wrapper should be used to buffer the input and output streams, and for example, allow multiple reads of the response body.
setDetectRootUri(boolean) - Method in class org.springframework.boot.restclient.test.MockServerRestTemplateCustomizer
Set if root URIs from RootUriRequestExpectationManager should be detected and applied to the MockRestServiceServer.

V

validateRequest(ClientHttpRequest) - Method in class org.springframework.boot.restclient.test.RootUriRequestExpectationManager
 
verify() - Method in class org.springframework.boot.restclient.test.RootUriRequestExpectationManager
 
verify(Duration) - Method in class org.springframework.boot.restclient.test.RootUriRequestExpectationManager
 
B C E F G M O R S V 
All Classes and Interfaces|All Packages