Uses of Class
org.springframework.web.client.RestTemplate
Packages that use RestTemplate Package Description org.springframework.test.web.client Contains client-side REST testing support.org.springframework.web.client Core package of the client-side web support.org.springframework.web.client.support Classes supporting theorg.springframework.web.clientpackage.Uses of RestTemplate in org.springframework.test.web.client
Methods in org.springframework.test.web.client with parameters of type RestTemplate Modifier and Type Method Description static MockRestServiceServer.MockRestServiceServerBuilderMockRestServiceServer. bindTo(RestTemplate restTemplate)Return a builder for aMockRestServiceServerthat should be used to reply to the givenRestTemplate.static MockRestServiceServerMockRestServiceServer. createServer(RestTemplate restTemplate)A shortcut forbindTo(restTemplate).build().Uses of RestTemplate in org.springframework.web.client
Constructors in org.springframework.web.client with parameters of type RestTemplate Constructor Description AsyncRestTemplate(AsyncClientHttpRequestFactory requestFactory, RestTemplate restTemplate)Deprecated.Create a new instance of theAsyncRestTemplateusing the givenAsyncClientHttpRequestFactoryand synchronousRestTemplate.Uses of RestTemplate in org.springframework.web.client.support
Methods in org.springframework.web.client.support that return RestTemplate Modifier and Type Method Description RestTemplateRestGatewaySupport. getRestTemplate()Returns theRestTemplatefor the gateway.Methods in org.springframework.web.client.support with parameters of type RestTemplate Modifier and Type Method Description voidRestGatewaySupport. setRestTemplate(RestTemplate restTemplate)Sets theRestTemplatefor the gateway.