Package energy.eddie.outbound.rest
Class RestOutboundBeanConfig
java.lang.Object
energy.eddie.outbound.rest.RestOutboundBeanConfig
@Configuration
@EnableConfigurationProperties(RestOutboundConnectorConfiguration.class)
public class RestOutboundBeanConfig
extends Object
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.springframework.oxm.jaxb.Jaxb2Marshallertools.jackson.databind.json.JsonMapperjsonMapper(List<org.springframework.boot.jackson.autoconfigure.JsonMapperBuilderCustomizer> customizers) org.springframework.boot.jackson.autoconfigure.JsonMapperBuilderCustomizerorg.springframework.boot.jackson.autoconfigure.XmlMapperBuilderCustomizer
-
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()
-