@Configuration @EnableConfigurationProperties(value=BeanIODataFormatConfiguration.class) public class BeanIODataFormatAutoConfiguration extends Object
Constructor and Description |
---|
BeanIODataFormatAutoConfiguration() |
Modifier and Type | Method and Description |
---|---|
org.apache.camel.dataformat.beanio.BeanIODataFormat |
configureBeanIODataFormat(org.apache.camel.CamelContext camelContext,
BeanIODataFormatConfiguration configuration) |
@Bean(name="beanio-dataformat") @ConditionalOnClass(value=org.apache.camel.CamelContext.class) @ConditionalOnMissingBean(value=org.apache.camel.dataformat.beanio.BeanIODataFormat.class) public org.apache.camel.dataformat.beanio.BeanIODataFormat configureBeanIODataFormat(org.apache.camel.CamelContext camelContext, BeanIODataFormatConfiguration configuration) throws Exception
Exception
Apache Camel