@Configuration @EnableConfigurationProperties(value=ZipDataFormatConfiguration.class) @Conditional(value=ZipDataFormatAutoConfiguration.Condition.class) public class ZipDataFormatAutoConfiguration extends Object
Modifier and Type | Class and Description |
---|---|
static class |
ZipDataFormatAutoConfiguration.Condition |
Constructor and Description |
---|
ZipDataFormatAutoConfiguration() |
Modifier and Type | Method and Description |
---|---|
org.apache.camel.impl.ZipDataFormat |
configureZipDataFormat(org.apache.camel.CamelContext camelContext,
ZipDataFormatConfiguration configuration) |
@Bean(name="zip-dataformat") @Scope(value="prototype") @ConditionalOnClass(value=org.apache.camel.CamelContext.class) @ConditionalOnMissingBean(value=org.apache.camel.impl.ZipDataFormat.class) public org.apache.camel.impl.ZipDataFormat configureZipDataFormat(org.apache.camel.CamelContext camelContext, ZipDataFormatConfiguration configuration) throws Exception
Exception
Apache Camel