Class PropertiesComponentAutoConfiguration

java.lang.Object
org.apache.camel.spring.boot.properties.PropertiesComponentAutoConfiguration

@Configuration(proxyBeanMethods=false) @Conditional(ConditionalOnCamelContextAndAutoConfigurationBeans.class) @AutoConfigureAfter(CamelAutoConfiguration.class) @EnableConfigurationProperties(PropertiesComponentConfiguration.class) public class PropertiesComponentAutoConfiguration extends Object
  • Constructor Details

    • PropertiesComponentAutoConfiguration

      public PropertiesComponentAutoConfiguration()
  • Method Details

    • configurePropertiesComponent

      @Lazy @Bean(name="properties-component") @ConditionalOnMissingBean(org.apache.camel.component.properties.PropertiesComponent.class) public org.apache.camel.component.properties.PropertiesComponent configurePropertiesComponent(PropertiesComponentConfiguration configuration) throws Exception
      Throws:
      Exception