Class RestTemplateAdapter

java.lang.Object
org.springframework.web.client.support.RestTemplateAdapter
All Implemented Interfaces:
HttpExchangeAdapter

@Deprecated(since="7.1", forRemoval=true) public final class RestTemplateAdapter extends Object implements HttpExchangeAdapter
Deprecated, for removal: This API element is subject to removal in a future version.
as of 7.1 in favor of RestClientAdapter.
HttpExchangeAdapter that enables an HttpServiceProxyFactory to use RestTemplate for request execution.

Use static factory methods in this class to create an HttpServiceProxyFactory configured with the given RestTemplate.

Since:
6.1
Author:
Olga Maciaszek-Sharma, Brian Clozel