Class RestTemplateConfig

java.lang.Object
info.ejava.examples.common.web.RestTemplateConfig

public class RestTemplateConfig extends Object
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    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)
     
    org.springframework.web.client.RestTemplate
    restTemplateDebug(org.springframework.boot.web.client.RestTemplateBuilder builder, org.springframework.http.client.ClientHttpRequestInterceptor... otherInterceptors)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • 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)