@Configuration @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.converter.crypto.CryptoDataFormat |
configureCryptoDataFormat(org.apache.camel.CamelContext camelContext,
CryptoDataFormatConfiguration configuration) |
@Bean(name="crypto-dataformat") @Scope(value="prototype") @ConditionalOnClass(value=org.apache.camel.CamelContext.class) @ConditionalOnMissingBean(value=org.apache.camel.converter.crypto.CryptoDataFormat.class) public org.apache.camel.converter.crypto.CryptoDataFormat configureCryptoDataFormat(org.apache.camel.CamelContext camelContext, CryptoDataFormatConfiguration configuration) throws Exception
Exception
Apache Camel