@Configuration @EnableConfigurationProperties(value=PropertiesComponentConfiguration.class) @Conditional(value=PropertiesComponentAutoConfiguration.Condition.class) public class PropertiesComponentAutoConfiguration extends Object
Modifier and Type | Class and Description |
---|---|
static class |
PropertiesComponentAutoConfiguration.Condition |
Constructor and Description |
---|
PropertiesComponentAutoConfiguration() |
Modifier and Type | Method and Description |
---|---|
org.apache.camel.component.properties.PropertiesComponent |
configurePropertiesComponent(org.apache.camel.CamelContext camelContext,
PropertiesComponentConfiguration configuration) |
public PropertiesComponentAutoConfiguration()
@Lazy @Bean(name="properties-component") @ConditionalOnClass(value=org.apache.camel.CamelContext.class) @ConditionalOnMissingBean(value=org.apache.camel.component.properties.PropertiesComponent.class) public org.apache.camel.component.properties.PropertiesComponent configurePropertiesComponent(org.apache.camel.CamelContext camelContext, PropertiesComponentConfiguration configuration) throws Exception
Exception
Apache Camel