public abstract class ArrayUpdateExpression extends PartialUpdateExpression
array_update_expression := { $append : { path : rvalue_expression } } |
{ $append : { path : [ rvalue_expression, ... ] }} |
{ $insert : { path : rvalue_expression } } |
{ $insert : { path : [ rvalue_expression,...] }} |
{ $foreach : { path : update_query_expression,
$update : foreach_update_expression } }
| Constructor and Description |
|---|
ArrayUpdateExpression() |
| Modifier and Type | Method and Description |
|---|---|
static ArrayUpdateExpression |
fromJson(com.fasterxml.jackson.databind.node.ObjectNode node)
Parses an array update expression using the given json object
|
fromJsongetFactory, getSourceNode, toJson, toStringpublic static ArrayUpdateExpression fromJson(com.fasterxml.jackson.databind.node.ObjectNode node)
Copyright © 2015. All rights reserved.