Class ReduceExpression
java.lang.Object
net.thisptr.jackson.jq.internal.tree.ReduceExpression
- All Implemented Interfaces:
Expression
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate Expression
private Expression
private PatternMatcher
private Expression
-
Constructor Summary
ConstructorsConstructorDescriptionReduceExpression
(PatternMatcher matcher, Expression initExpr, Expression reduceExpr, Expression iterExpr) -
Method Summary
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
-
Field Details
-
iterExpr
-
reduceExpr
-
initExpr
-
matcher
-
-
Constructor Details
-
ReduceExpression
public ReduceExpression(PatternMatcher matcher, Expression initExpr, Expression reduceExpr, 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:
apply
in interfaceExpression
- Throws:
JsonQueryException
-
toString
-