@FunctionalInterface public interface RestTemplateCustomizer
RestTemplate
. Beans
implementing this interface are applied to
RestTemplateBuilder
.RestTemplateBuilder.customizers(RestTemplateCustomizer...)
Modifier and Type | Method and Description |
---|---|
void |
customize(org.springframework.web.client.RestTemplate restTemplate)
Callback to customize a
RestTemplate instance. |
Copyright © 2016–2024 Pivotal Software, Inc.. All rights reserved.