| Package | Description |
|---|---|
| com.redhat.lightblue.eval |
| Modifier and Type | Class and Description |
|---|---|
class |
ArrayAddExpressionEvaluator
Adds a field to an array
|
class |
ForEachExpressionEvaluator
Evaluates a loop over the elements of an array
|
class |
SetExpressionEvaluator
Sets a field value
|
class |
UnsetExpressionEvaluator
Removes a field from a doc.
|
class |
UpdateExpressionListEvaluator
Evaluates a list of update expressions
|
| Modifier and Type | Method and Description |
|---|---|
static Updater |
Updater.getInstance(com.fasterxml.jackson.databind.node.JsonNodeFactory factory,
EntityMetadata md,
UpdateExpression expr)
Creates an updater object based on the given update expression
|
static Updater |
Updater.getInstance(com.fasterxml.jackson.databind.node.JsonNodeFactory factory,
FieldTreeNode context,
UpdateExpression expr)
Creates an updater object based on the given update expression
|
Copyright © 2015. All rights reserved.