@Configuration @ConditionalOnClass(value=org.springframework.web.client.RestTemplate.class) @EnableConfigurationProperties(value=HttpClientProperties.class) public static class WebClientAutoConfigurationAfter.RestTemplateConfigurationCustom extends Object
| Constructor and Description |
|---|
RestTemplateConfigurationCustom(HttpClientProperties clientProperties) |
| Modifier and Type | Method and Description |
|---|---|
org.springframework.boot.web.client.RestTemplateCustomizer |
clientHttpRequestFactory() |
org.springframework.boot.web.client.RestTemplateCustomizer |
clientHttpRequestInterceptor() |
org.springframework.boot.web.client.RestTemplateCustomizer |
responseErrorHandler() |
public RestTemplateConfigurationCustom(HttpClientProperties clientProperties)
@Bean public org.springframework.boot.web.client.RestTemplateCustomizer clientHttpRequestFactory()
@Bean public org.springframework.boot.web.client.RestTemplateCustomizer clientHttpRequestInterceptor()
@Bean public org.springframework.boot.web.client.RestTemplateCustomizer responseErrorHandler()
Copyright © 2017 Pivotal Software, Inc.. All rights reserved.