Class BeanLanguageAutoConfiguration


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

      • BeanLanguageAutoConfiguration

        public BeanLanguageAutoConfiguration()
    • Method Detail

      • configureBeanLanguage

        @Bean(name="bean-language")
        @Scope("prototype")
        @ConditionalOnMissingBean(org.apache.camel.language.bean.BeanLanguage.class)
        public org.apache.camel.language.bean.BeanLanguage configureBeanLanguage()
                                                                          throws Exception
        Throws:
        Exception