Modifier and Type | Method and Description |
---|---|
static Value |
Value.fromJson(com.fasterxml.jackson.databind.JsonNode node)
Creates a value from a json node
If the node is decimal, double, or float, create s a BigDecimal value.
|
Value |
ValueComparisonExpression.getRvalue()
Returns the right-value
|
Value |
RValueExpression.getValue()
The constant value.
|
Modifier and Type | Method and Description |
---|---|
List<Value> |
ArrayContainsExpression.getValues()
The values
|
List<Value> |
NaryRelationalExpression.getValues()
List of values against which to compare the field
|
Constructor and Description |
---|
RValueExpression(Value value)
Creates an rvalue expression that is a constant value
|
ValueComparisonExpression(Path field,
BinaryComparisonOperator op,
Value rvalue)
Initializes all fields
|
Constructor and Description |
---|
ArrayContainsExpression(Path array,
ContainsOperator op,
List<Value> values)
Ctor with the given values
|
NaryRelationalExpression(Path field,
NaryRelationalOperator op,
List<Value> values)
Ctor with the given values
|
Copyright © 2014. All rights reserved.