Class PathsFunction
java.lang.Object
net.thisptr.jackson.jq.internal.functions.PathsFunction
- All Implemented Interfaces:
Function
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
apply
(Scope scope, List<Expression> args, com.fasterxml.jackson.databind.JsonNode in, Path ipath, PathOutput output, Version version) private void
applyRecursive
(Scope scope, com.fasterxml.jackson.databind.JsonNode in, PathOutput output, Stack<com.fasterxml.jackson.databind.JsonNode> stack, Expression predicate)
-
Constructor Details
-
PathsFunction
public PathsFunction()
-
-
Method Details
-
apply
public void apply(Scope scope, List<Expression> args, com.fasterxml.jackson.databind.JsonNode in, Path ipath, PathOutput output, Version version) throws JsonQueryException - Specified by:
apply
in interfaceFunction
- Throws:
JsonQueryException
-
applyRecursive
private void applyRecursive(Scope scope, com.fasterxml.jackson.databind.JsonNode in, PathOutput output, Stack<com.fasterxml.jackson.databind.JsonNode> stack, Expression predicate) throws JsonQueryException - Throws:
JsonQueryException
-