@Generated(value="org.apache.camel.maven.packaging.SpringBootAutoConfigurationMojo") @Configuration @ConditionalOnBean(type="org.apache.camel.spring.boot.CamelAutoConfiguration") @EnableConfigurationProperties(value=CryptoDataFormatConfiguration.class) public class CryptoDataFormatAutoConfiguration extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
CryptoDataFormatAutoConfiguration.Condition |
| Constructor and Description |
|---|
CryptoDataFormatAutoConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
org.apache.camel.spi.DataFormatFactory |
configureCryptoDataFormatFactory(org.apache.camel.CamelContext camelContext,
CryptoDataFormatConfiguration configuration) |
@Bean(name="crypto-dataformat-factory")
@ConditionalOnClass(value=org.apache.camel.CamelContext.class)
@ConditionalOnMissingBean(value=org.apache.camel.converter.crypto.CryptoDataFormat.class)
public org.apache.camel.spi.DataFormatFactory configureCryptoDataFormatFactory(org.apache.camel.CamelContext camelContext,
CryptoDataFormatConfiguration configuration)
Apache Camel