@Configuration @EnableConfigurationProperties(value=BindyFixedLengthDataFormatConfiguration.class) public class BindyFixedLengthDataFormatAutoConfiguration extends Object
Modifier and Type | Class and Description |
---|---|
static class |
BindyFixedLengthDataFormatAutoConfiguration.Condition |
Constructor and Description |
---|
BindyFixedLengthDataFormatAutoConfiguration() |
Modifier and Type | Method and Description |
---|---|
org.apache.camel.dataformat.bindy.fixed.BindyFixedLengthDataFormat |
configureBindyFixedLengthDataFormat(org.apache.camel.CamelContext camelContext,
BindyFixedLengthDataFormatConfiguration configuration) |
public BindyFixedLengthDataFormatAutoConfiguration()
@Bean(name="bindy-fixed-dataformat") @Scope(value="prototype") @ConditionalOnClass(value=org.apache.camel.CamelContext.class) @ConditionalOnMissingBean(value=org.apache.camel.dataformat.bindy.fixed.BindyFixedLengthDataFormat.class) public org.apache.camel.dataformat.bindy.fixed.BindyFixedLengthDataFormat configureBindyFixedLengthDataFormat(org.apache.camel.CamelContext camelContext, BindyFixedLengthDataFormatConfiguration configuration) throws Exception
Exception
Apache Camel