Class RefBookDataRestTemplateCustomizer

java.lang.Object
ru.i_novus.ms.rdm.loader.client.loader.RefBookDataRestTemplateCustomizer
All Implemented Interfaces:
org.springframework.boot.web.client.RestTemplateCustomizer

public class RefBookDataRestTemplateCustomizer
extends java.lang.Object
implements org.springframework.boot.web.client.RestTemplateCustomizer
Настройщик RestTemplate для отправки `MultiValueMap`.
See Also:
RefBookDataClientLoader
  • Constructor Summary

    Constructors 
    Constructor Description
    RefBookDataRestTemplateCustomizer()  
  • Method Summary

    Modifier and Type Method Description
    void customize​(org.springframework.web.client.RestTemplate restTemplate)  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

  • Method Details

    • customize

      public void customize​(org.springframework.web.client.RestTemplate restTemplate)
      Specified by:
      customize in interface org.springframework.boot.web.client.RestTemplateCustomizer