public class ForeachExpression extends JsonQuery
| Constructor and Description |
|---|
ForeachExpression(PatternMatcher matcher,
JsonQuery initExpr,
JsonQuery updateExpr,
JsonQuery extractExpr,
JsonQuery iterExpr) |
| Modifier and Type | Method and Description |
|---|---|
List<com.fasterxml.jackson.databind.JsonNode> |
apply(Scope scope,
com.fasterxml.jackson.databind.JsonNode in) |
String |
toString() |
public ForeachExpression(PatternMatcher matcher, JsonQuery initExpr, JsonQuery updateExpr, JsonQuery extractExpr, JsonQuery iterExpr)
public List<com.fasterxml.jackson.databind.JsonNode> apply(Scope scope, com.fasterxml.jackson.databind.JsonNode in) throws JsonQueryException
apply in class JsonQueryJsonQueryExceptionCopyright © 2017. All rights reserved.