| Modifier and Type | Method and Description |
|---|---|
static RValueExpression |
RValueExpression.fromJson(com.fasterxml.jackson.databind.JsonNode node)
Parses an rvalue from a json node.
|
RValueExpression |
FieldAndRValue.getRValue()
The rvalue
|
| Modifier and Type | Method and Description |
|---|---|
List<RValueExpression> |
ArrayAddExpression.getValues()
Values to be inserted or appended
|
| Modifier and Type | Method and Description |
|---|---|
void |
FieldAndRValue.setRValue(RValueExpression e)
The rvalue
|
| Constructor and Description |
|---|
FieldAndRValue(Path field,
RValueExpression rvalue)
Constructs a field-value pair using the given values
|
| Constructor and Description |
|---|
ArrayAddExpression(Path field,
UpdateOperator op,
List<RValueExpression> list)
Constructs an array update expression for insert and append operations
|
Copyright © 2015. All rights reserved.