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