org.springframework.boot.web.client

Interface RestTemplateCustomizer



  • public interface RestTemplateCustomizer
    Callback interface that can be used to customize a RestTemplate.
    Since:
    1.4.0
    Author:
    Phillip Webb
    See Also:
    RestTemplateBuilder
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method and Description
      void customize(org.springframework.web.client.RestTemplate restTemplate)
      Callback to customize a RestTemplate instance.
    • Method Detail

      • customize

        void customize(org.springframework.web.client.RestTemplate restTemplate)
        Callback to customize a RestTemplate instance.
        Parameters:
        restTemplate - the template to customize

Copyright © 2018 Pivotal Software, Inc.. All rights reserved.