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