@Generated(value="org.apache.camel.maven.packaging.SpringBootAutoConfigurationMojo") @Configuration @ConditionalOnBean(type="org.apache.camel.spring.boot.CamelAutoConfiguration") @EnableConfigurationProperties(value=BeanIODataFormatConfiguration.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.spi.DataFormatFactory |
configureBeanIODataFormatFactory(org.apache.camel.CamelContext camelContext,
BeanIODataFormatConfiguration configuration) |
@Bean(name="beanio-dataformat-factory")
@ConditionalOnClass(value=org.apache.camel.CamelContext.class)
@ConditionalOnMissingBean(value=org.apache.camel.dataformat.beanio.BeanIODataFormat.class)
public org.apache.camel.spi.DataFormatFactory configureBeanIODataFormatFactory(org.apache.camel.CamelContext camelContext,
BeanIODataFormatConfiguration configuration)
Apache Camel