Interface | Description |
---|---|
RestTemplateCustomizer |
Callback interface that can be used to customize a
RestTemplate . |
RestTemplateRequestCustomizer<T extends ClientHttpRequest> |
Callback interface that can be used to customize the
ClientHttpRequest sent
from a RestTemplate . |
Class | Description |
---|---|
ClientHttpRequestFactorySupplier |
A supplier for
ClientHttpRequestFactory that detects the preferred candidate
based on the available implementations on the classpath. |
RestTemplateBuilder |
Builder that can be used to configure and create a
RestTemplate . |
RootUriTemplateHandler |
UriTemplateHandler to set the root for URI that starts with '/' . |