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 String
private final String
private final Version
-
Constructor Summary
ConstructorsConstructorDescriptionFunctionCall
(String moduleName, String name, List<Expression> args, Version version) -
Method Summary
Modifier and TypeMethodDescriptionvoid
apply
(Scope scope, com.fasterxml.jackson.databind.JsonNode in, Path path, PathOutput output, boolean requirePath) private Function
lookupFunction
(Scope scope) toString()
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
Methods inherited from interface net.thisptr.jackson.jq.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:
apply
in interfaceExpression
- Throws:
JsonQueryException
-
toString
-