org.apache.camel.jsonpath
Class JsonPathLanguage

java.lang.Object
  extended by org.apache.camel.support.LanguageSupport
      extended by org.apache.camel.jsonpath.JsonPathLanguage
All Implemented Interfaces:
org.apache.camel.CamelContextAware, org.apache.camel.IsSingleton, org.apache.camel.spi.Language

public class JsonPathLanguage
extends org.apache.camel.support.LanguageSupport


Field Summary
 
Fields inherited from class org.apache.camel.support.LanguageSupport
RESOURCE
 
Constructor Summary
JsonPathLanguage()
           
 
Method Summary
 org.apache.camel.Expression createExpression(String expression)
           
 org.apache.camel.Predicate createPredicate(String predicate)
           
 
Methods inherited from class org.apache.camel.support.LanguageSupport
getCamelContext, isSingleton, loadResource, setCamelContext
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JsonPathLanguage

public JsonPathLanguage()
Method Detail

createPredicate

public org.apache.camel.Predicate createPredicate(String predicate)

createExpression

public org.apache.camel.Expression createExpression(String expression)


Apache Camel