Modifier and Type | Class and Description |
---|---|
class |
ArrayAddExpression
Array append and insert operations
|
class |
ArrayUpdateExpression
Base class for array update expressions
|
class |
ForEachExpression
Array forEach expression
|
class |
PrimitiveUpdateExpression
Base class for primitive update expressions
|
class |
SetExpression
Expression to modify a field (set and add)
|
class |
UnsetExpression
Expression to remove a field
|
Modifier and Type | Method and Description |
---|---|
static PartialUpdateExpression |
PartialUpdateExpression.fromJson(com.fasterxml.jackson.databind.node.ObjectNode node)
Parses a partial update expression using the given json object
|
Modifier and Type | Method and Description |
---|---|
List<PartialUpdateExpression> |
UpdateExpressionList.getList()
The list of update expressions
|
Constructor and Description |
---|
UpdateExpressionList(PartialUpdateExpression... l)
Constructs an update expression list using the given expression list
|
Constructor and Description |
---|
UpdateExpressionList(List<PartialUpdateExpression> l)
Constructs an update expression list using the given expression list
|
Copyright © 2014. All rights reserved.