Class BeanLanguageAutoConfiguration
- java.lang.Object
-
- org.apache.camel.language.bean.springboot.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 Summary
Constructors Constructor Description BeanLanguageAutoConfiguration(org.apache.camel.CamelContext camelContext)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.apache.camel.spi.LanguageCustomizer
configureBeanLanguage()
-