@Configuration @EnableConfigurationProperties(value=BeanIODataFormatConfiguration.class) @Conditional(value=BeanIODataFormatAutoConfiguration.Condition.class) public class BeanIODataFormatAutoConfiguration extends Object
Modifier and Type | Class and Description |
---|---|
static class |
BeanIODataFormatAutoConfiguration.Condition |
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") @Scope(value="prototype") @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