@Configuration @EnableConfigurationProperties(value=LZFDataFormatConfiguration.class) @Conditional(value=LZFDataFormatAutoConfiguration.Condition.class) public class LZFDataFormatAutoConfiguration extends Object
Modifier and Type | Class and Description |
---|---|
static class |
LZFDataFormatAutoConfiguration.Condition |
Constructor and Description |
---|
LZFDataFormatAutoConfiguration() |
Modifier and Type | Method and Description |
---|---|
org.apache.camel.dataformat.lzf.LZFDataFormat |
configureLZFDataFormat(org.apache.camel.CamelContext camelContext,
LZFDataFormatConfiguration configuration) |
@Bean(name="lzf-dataformat") @Scope(value="prototype") @ConditionalOnClass(value=org.apache.camel.CamelContext.class) @ConditionalOnMissingBean(value=org.apache.camel.dataformat.lzf.LZFDataFormat.class) public org.apache.camel.dataformat.lzf.LZFDataFormat configureLZFDataFormat(org.apache.camel.CamelContext camelContext, LZFDataFormatConfiguration configuration) throws Exception
Exception
Apache Camel