public class ValueComparisonExpression extends BinaryRelationalExpression
{
field: ,
op: ,
rvalue:
}
If this is part of a nested query, the field is a relative path.| Constructor and Description |
|---|
ValueComparisonExpression(Path field,
BinaryComparisonOperator op,
Value rvalue)
Initializes all fields
|
| Modifier and Type | Method and Description |
|---|---|
Path |
getField()
Returns the field path.
|
BinaryComparisonOperator |
getOp()
Returns the operator
|
Value |
getRvalue()
Returns the right-value
|
com.fasterxml.jackson.databind.JsonNode |
toJson()
Returns the json representation of the query
|
fromJsonbind, bind, fromJson, getBindableClauses, getBindableClauses, getQueryFields, getQueryFields, getQueryFields, isRequired, isRequiredgetFactory, getSourceNode, toStringpublic ValueComparisonExpression(Path field, BinaryComparisonOperator op, Value rvalue)
public Path getField()
public BinaryComparisonOperator getOp()
public Value getRvalue()
public com.fasterxml.jackson.databind.JsonNode toJson()
toJson in class JsonObjectCopyright © 2015. All rights reserved.