Class BeanLanguageAutoConfiguration


  • @Generated("org.apache.camel.springboot.maven.SpringBootAutoConfigurationMojo")
    @Configuration(proxyBeanMethods=false)
    @AutoConfigureAfter(org.apache.camel.spring.boot.CamelAutoConfiguration.class)
    @Conditional(org.apache.camel.spring.boot.util.ConditionalOnCamelContextAndAutoConfigurationBeans.class)
    @EnableConfigurationProperties({org.apache.camel.spring.boot.LanguageConfigurationProperties.class,BeanLanguageConfiguration.class})
    @ConditionalOnHierarchicalProperties({"camel.language","camel.language.bean"})
    public class BeanLanguageAutoConfiguration
    extends Object
    Generated by camel-package-maven-plugin - do not edit this file!
    • Constructor Detail

      • BeanLanguageAutoConfiguration

        public BeanLanguageAutoConfiguration​(org.apache.camel.CamelContext camelContext)
    • Method Detail

      • configureBeanLanguage

        @Lazy
        @Bean
        public org.apache.camel.spi.LanguageCustomizer configureBeanLanguage()