Class XPathLanguageAutoConfiguration
- java.lang.Object
-
- org.apache.camel.language.xpath.springboot.XPathLanguageAutoConfiguration
-
@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,XPathLanguageConfiguration.class}) @ConditionalOnHierarchicalProperties({"camel.language","camel.language.xpath"}) public class XPathLanguageAutoConfiguration extends Object
Generated by camel-package-maven-plugin - do not edit this file!
-
-
Constructor Summary
Constructors Constructor Description XPathLanguageAutoConfiguration(org.apache.camel.CamelContext camelContext)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.apache.camel.spi.LanguageCustomizer
configureXPathLanguage()
-