@Configuration @EnableConfigurationProperties(value=JsonPathLanguageConfiguration.class) public class JsonPathLanguageAutoConfiguration extends Object
Constructor and Description |
---|
JsonPathLanguageAutoConfiguration() |
Modifier and Type | Method and Description |
---|---|
org.apache.camel.jsonpath.JsonPathLanguage |
configureJsonPathLanguage(org.apache.camel.CamelContext camelContext,
JsonPathLanguageConfiguration configuration) |
@Bean(name="jsonpath-language") @ConditionalOnClass(value=org.apache.camel.CamelContext.class) @ConditionalOnMissingBean(value=org.apache.camel.jsonpath.JsonPathLanguage.class) public org.apache.camel.jsonpath.JsonPathLanguage configureJsonPathLanguage(org.apache.camel.CamelContext camelContext, JsonPathLanguageConfiguration configuration) throws Exception
Exception
Apache Camel