public class ValueComparisonExpression extends BinaryRelationalExpression
{ field:If this is part of a nested query, the field is a relative path., op: , rvalue: }
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
|
fromJson
fromJson
getFactory, getSourceNode, toString
public 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 JsonObject
Copyright © 2014. All rights reserved.