public class ForEachExpressionEvaluator extends Updater
| Constructor and Description |
|---|
ForEachExpressionEvaluator(com.fasterxml.jackson.databind.node.JsonNodeFactory factory,
FieldTreeNode context,
ForEachExpression expr) |
| Modifier and Type | Method and Description |
|---|---|
void |
getUpdateFields(Set<Path> fields)
Add the fields updated by this updater to the set of fields.
|
boolean |
update(JsonDoc doc,
FieldTreeNode contextMd,
Path contextPath)
The implementation should update the document
|
getInstance, getInstance, getUpdateFieldspublic ForEachExpressionEvaluator(com.fasterxml.jackson.databind.node.JsonNodeFactory factory,
FieldTreeNode context,
ForEachExpression expr)
public void getUpdateFields(Set<Path> fields)
UpdatergetUpdateFields in class Updaterfields - A Set to receive the fields to be updated
The fields list should be added the absolute pathspublic boolean update(JsonDoc doc, FieldTreeNode contextMd, Path contextPath)
UpdaterCopyright © 2016. All rights reserved.