Class BeanLanguageAutoConfiguration
java.lang.Object
org.apache.camel.language.bean.springboot.BeanLanguageAutoConfiguration
@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 Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.apache.camel.spi.LanguageCustomizer
-
Constructor Details
-
BeanLanguageAutoConfiguration
public BeanLanguageAutoConfiguration(org.apache.camel.CamelContext camelContext)
-
-
Method Details
-
configureBeanLanguage
@Lazy @Bean public org.apache.camel.spi.LanguageCustomizer configureBeanLanguage()
-