@Configuration @EnableConfigurationProperties(value=ZipFileDataFormatConfiguration.class) public class ZipFileDataFormatAutoConfiguration extends Object
Modifier and Type | Class and Description |
---|---|
static class |
ZipFileDataFormatAutoConfiguration.Condition |
Constructor and Description |
---|
ZipFileDataFormatAutoConfiguration() |
Modifier and Type | Method and Description |
---|---|
org.apache.camel.dataformat.zipfile.ZipFileDataFormat |
configureZipFileDataFormat(org.apache.camel.CamelContext camelContext,
ZipFileDataFormatConfiguration configuration) |
@Bean(name="zipfile-dataformat") @Scope(value="prototype") @ConditionalOnClass(value=org.apache.camel.CamelContext.class) @ConditionalOnMissingBean(value=org.apache.camel.dataformat.zipfile.ZipFileDataFormat.class) public org.apache.camel.dataformat.zipfile.ZipFileDataFormat configureZipFileDataFormat(org.apache.camel.CamelContext camelContext, ZipFileDataFormatConfiguration configuration) throws Exception
Exception
Apache Camel