Class RestTemplateAdapter

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

public final class RestTemplateAdapter extends Object implements HttpExchangeAdapter
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