@FunctionalInterface public interface RestTemplateConfigurer
RestTemplate
.RestTemplate
Modifier and Type | Method and Description |
---|---|
void |
configure(RestTemplate restTemplate)
User-defined method and contract for applying custom configuration to the given
RestTemplate . |
void configure(RestTemplate restTemplate)
RestTemplate
.restTemplate
- RestTemplate
to customize the configuration for.RestTemplate
Copyright © 2011–2021 Pivotal Software, Inc.. All rights reserved.