Class PipedQuery
java.lang.Object
net.thisptr.jackson.jq.internal.tree.PipedQuery
- All Implemented Interfaces:
Expression
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidapply(Scope scope, com.fasterxml.jackson.databind.JsonNode in, Path path, PathOutput output, boolean requirePath) private static voidpathRecursive(Scope scope, com.fasterxml.jackson.databind.JsonNode in, Path path, PathOutput output, List<PipeComponent> components, boolean requirePath) toString()Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface Expression
apply
-
Field Details
-
components
-
-
Constructor Details
-
PipedQuery
-
-
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
-
pathRecursive
private static void pathRecursive(Scope scope, com.fasterxml.jackson.databind.JsonNode in, Path path, PathOutput output, List<PipeComponent> components, boolean requirePath) throws JsonQueryException - Throws:
JsonQueryException
-
toString
-