Class NodeNetworkSpringConfiguration

java.lang.Object
fr.enedis.chutney.agent.NodeNetworkSpringConfiguration

@Configuration public class NodeNetworkSpringConfiguration extends Object
  • Constructor Details

    • NodeNetworkSpringConfiguration

      public NodeNetworkSpringConfiguration()
  • Method Details

    • agentNetworkObjectMapper

      @Bean public com.fasterxml.jackson.databind.ObjectMapper agentNetworkObjectMapper()
    • restTemplateForHttpNodeNetwork

      @Bean @Qualifier("agentnetwork") public org.springframework.web.client.RestTemplate restTemplateForHttpNodeNetwork(@Qualifier("agentNetworkObjectMapper") com.fasterxml.jackson.databind.ObjectMapper nodeNetworkObjectMapper)