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.Jaxb2Marshallercom.fasterxml.jackson.databind.ObjectMapperobjectMapper(com.fasterxml.jackson.databind.ObjectMapper objectMapper)
-
Constructor Details
-
RestOutboundBeanConfig
public RestOutboundBeanConfig()
-
-
Method Details
-
objectMapper
@Bean("objectMapper") public com.fasterxml.jackson.databind.ObjectMapper objectMapper(com.fasterxml.jackson.databind.ObjectMapper objectMapper) -
jaxb2Marshaller
@Bean public org.springframework.oxm.jaxb.Jaxb2Marshaller jaxb2Marshaller()
-