Class FunctionCall
java.lang.Object
net.thisptr.jackson.jq.internal.tree.FunctionCall
- All Implemented Interfaces:
Expression
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final List<Expression> private final Stringprivate final Stringprivate final Version -
Constructor Summary
ConstructorsConstructorDescriptionFunctionCall(String moduleName, String name, List<Expression> args, Version version) -
Method Summary
Modifier and TypeMethodDescriptionvoidapply(Scope scope, com.fasterxml.jackson.databind.JsonNode in, Path path, PathOutput output, boolean requirePath) private FunctionlookupFunction(Scope scope) toString()Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface Expression
apply
-
Field Details
-
name
-
args
-
version
-
moduleName
-
-
Constructor Details
-
FunctionCall
-
-
Method Details
-
lookupFunction
- Throws:
JsonQueryException
-
apply
public void apply(Scope scope, com.fasterxml.jackson.databind.JsonNode in, Path path, PathOutput output, boolean requirePath) throws JsonQueryException - Specified by:
applyin interfaceExpression- Throws:
JsonQueryException
-
toString
-