public class NaryFieldRelationalExpression extends NaryRelationalExpression
nary_relational_expression := { field: ,
op: nary_comparison_operator,
rfield: array_field }
| Constructor and Description |
|---|
NaryFieldRelationalExpression(Path field,
NaryRelationalOperator op,
Path rfield)
Ctor with the given values
|
| Modifier and Type | Method and Description |
|---|---|
static NaryFieldRelationalExpression |
fromJson(com.fasterxml.jackson.databind.node.ObjectNode node)
Parses an n-ary relational expression from the given json object
|
Path |
getRfield()
Array field against which to compare the field
|
com.fasterxml.jackson.databind.JsonNode |
toJson()
Returns a json representation of this query
|
getField, getOpbind, bind, fromJson, getBindableClauses, getBindableClauses, getQueryFields, getQueryFields, getQueryFields, isRequired, isRequiredgetFactory, getSourceNode, toStringpublic NaryFieldRelationalExpression(Path field, NaryRelationalOperator op, Path rfield)
public Path getRfield()
public com.fasterxml.jackson.databind.JsonNode toJson()
toJson in class JsonObjectpublic static NaryFieldRelationalExpression fromJson(com.fasterxml.jackson.databind.node.ObjectNode node)
Copyright © 2015. All rights reserved.