Class ForeachExpression
java.lang.Object
net.thisptr.jackson.jq.internal.tree.ForeachExpression
- All Implemented Interfaces:
Expression
-
Constructor Summary
ConstructorsConstructorDescriptionForeachExpression(PatternMatcher matcher, Expression initExpr, Expression updateExpr, Expression extractExpr, Expression iterExpr) -
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
-
ForeachExpression
public ForeachExpression(PatternMatcher matcher, Expression initExpr, Expression updateExpr, Expression extractExpr, Expression iterExpr)
-
-
Method Details
-
apply
public void apply(Scope scope, com.fasterxml.jackson.databind.JsonNode in, Path ipath, PathOutput output, boolean requirePath) throws JsonQueryException - Specified by:
applyin interfaceExpression- Throws:
JsonQueryException
-
toString
-