@Generated(value="org.apache.camel.maven.packaging.SpringBootAutoConfigurationMojo") @Configuration @Conditional(value={org.apache.camel.spring.boot.util.ConditionalOnCamelContextAndAutoConfigurationBeans.class,org.apache.camel.dataformat.univocity.springboot.UniVocityFixedWidthDataFormatAutoConfiguration.GroupConditions.class}) @AutoConfigureAfter(name="org.apache.camel.spring.boot.CamelAutoConfiguration") @EnableConfigurationProperties(value={org.apache.camel.spring.boot.DataFormatConfigurationProperties.class,UniVocityFixedWidthDataFormatConfiguration.class}) public class UniVocityFixedWidthDataFormatAutoConfiguration extends Object
| Constructor and Description |
|---|
UniVocityFixedWidthDataFormatAutoConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
org.apache.camel.spi.DataFormatFactory |
configureUniVocityFixedWidthDataFormatFactory() |
public UniVocityFixedWidthDataFormatAutoConfiguration()
@Bean(name="univocity-fixed-dataformat-factory")
@ConditionalOnMissingBean(value=org.apache.camel.dataformat.univocity.UniVocityFixedWidthDataFormat.class)
public org.apache.camel.spi.DataFormatFactory configureUniVocityFixedWidthDataFormatFactory()
throws Exception
ExceptionApache Camel