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
|
fromJsonbind, bind, fromJson, getBindableClauses, getBindableClauses, getQueryFields, getQueryFields, getQueryFields, isRequired, isRequiredgetFactory, getSourceNode, toStringpublic 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 JsonObjectCopyright © 2015. All rights reserved.