Package info.ejava.examples.common.web
Class RestTemplateConfig
java.lang.Object
info.ejava.examples.common.web.RestTemplateConfig
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.springframework.web.client.RestTemplate
restTemplateDebug
(org.springframework.boot.web.client.RestTemplateBuilder builder, org.springframework.http.client.ClientHttpRequestFactory requestFactory, org.springframework.http.client.ClientHttpRequestInterceptor... otherInterceptors) org.springframework.web.client.RestTemplate
restTemplateDebug
(org.springframework.boot.web.client.RestTemplateBuilder builder, org.springframework.http.client.ClientHttpRequestInterceptor... otherInterceptors)
-
Constructor Details
-
RestTemplateConfig
public RestTemplateConfig()
-
-
Method Details
-
restTemplateDebug
public org.springframework.web.client.RestTemplate restTemplateDebug(org.springframework.boot.web.client.RestTemplateBuilder builder, org.springframework.http.client.ClientHttpRequestFactory requestFactory, org.springframework.http.client.ClientHttpRequestInterceptor... otherInterceptors) -
restTemplateDebug
public org.springframework.web.client.RestTemplate restTemplateDebug(org.springframework.boot.web.client.RestTemplateBuilder builder, org.springframework.http.client.ClientHttpRequestInterceptor... otherInterceptors)
-