public class FieldComparisonExpression extends BinaryRelationalExpression
field_comparison_expression := { field:, op: binary_comparison_operator, rfield: }
Constructor and Description |
---|
FieldComparisonExpression(Path field,
BinaryComparisonOperator op,
Path rfield)
Ctor with the given values
|
Modifier and Type | Method and Description |
---|---|
Path |
getField()
The field on the left side of the operator
|
BinaryComparisonOperator |
getOp()
The comparison operator
|
Path |
getRfield()
The field on the right side of the operator
|
com.fasterxml.jackson.databind.JsonNode |
toJson()
Returns json representation of the query
|
fromJson
fromJson
getFactory, getSourceNode, toString
public FieldComparisonExpression(Path field, BinaryComparisonOperator op, Path rfield)
public Path getField()
public BinaryComparisonOperator getOp()
public Path getRfield()
public com.fasterxml.jackson.databind.JsonNode toJson()
toJson
in class JsonObject
Copyright © 2014. All rights reserved.