Class RecursionOperator
java.lang.Object
net.thisptr.jackson.jq.internal.tree.RecursionOperator
- All Implemented Interfaces:
Expression
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
apply
(Scope scope, com.fasterxml.jackson.databind.JsonNode in, Path path, PathOutput output, boolean requirePath) private static void
pathRecursive
(Scope scope, com.fasterxml.jackson.databind.JsonNode in, Path path, PathOutput output) 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
-
Constructor Details
-
RecursionOperator
public RecursionOperator()
-
-
Method Details
-
pathRecursive
private static void pathRecursive(Scope scope, com.fasterxml.jackson.databind.JsonNode in, Path path, PathOutput output) throws JsonQueryException - 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
-