Package org.apache.camel.language.jq
Class JqFunctions
java.lang.Object
org.apache.camel.language.jq.JqFunctions
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classA function that returns a constant value as part of JQ expression evaluation.static classstatic classA function that allow to retrieve anMessageheader value as part of JQ expression evaluation.static classA function that allow to retrieve anMessageproperty value as part of JQ expression evaluation. -
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionstatic voidload(org.apache.camel.CamelContext camelContext, net.thisptr.jackson.jq.Scope scope) static voidloadFromRegistry(org.apache.camel.CamelContext camelContext, net.thisptr.jackson.jq.Scope scope) static voidloadLocal(net.thisptr.jackson.jq.Scope scope)
-
Field Details
-
EXCHANGE_LOCAL
-
-
Method Details
-
load
public static void load(org.apache.camel.CamelContext camelContext, net.thisptr.jackson.jq.Scope scope) -
loadFromRegistry
public static void loadFromRegistry(org.apache.camel.CamelContext camelContext, net.thisptr.jackson.jq.Scope scope) -
loadLocal
public static void loadLocal(net.thisptr.jackson.jq.Scope scope)
-