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
|
fromJson
getFactory, getSourceNode, toJson, toString
public static ArrayUpdateExpression fromJson(com.fasterxml.jackson.databind.node.ObjectNode node)
Copyright © 2014. All rights reserved.