Class FunctionCall
java.lang.Object
net.thisptr.jackson.jq.internal.tree.FunctionCall
- All Implemented Interfaces:
Expression
-
Constructor Summary
ConstructorsConstructorDescriptionFunctionCall(String moduleName, String name, List<Expression> args, Version version) -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface net.thisptr.jackson.jq.Expression
apply
-
Constructor Details
-
FunctionCall
-
-
Method Details
-
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
-