Class RestOutboundBeanConfig

java.lang.Object
energy.eddie.outbound.rest.RestOutboundBeanConfig

@Configuration @EnableConfigurationProperties(RestOutboundConnectorConfiguration.class) public class RestOutboundBeanConfig extends Object
  • Constructor Details

    • RestOutboundBeanConfig

      public RestOutboundBeanConfig()
  • Method Details

    • jsonMapper

      @Bean @Primary public tools.jackson.databind.json.JsonMapper jsonMapper(List<org.springframework.boot.jackson.autoconfigure.JsonMapperBuilderCustomizer> customizers)
    • xmlMapperBuilderCustomizer

      @Bean public org.springframework.boot.jackson.autoconfigure.XmlMapperBuilderCustomizer xmlMapperBuilderCustomizer()
    • jsonMapperBuilderCustomizer

      @Bean public org.springframework.boot.jackson.autoconfigure.JsonMapperBuilderCustomizer jsonMapperBuilderCustomizer()
    • jaxb2Marshaller

      @Bean public org.springframework.oxm.jaxb.Jaxb2Marshaller jaxb2Marshaller()