Modifier and Type | Class and Description |
---|---|
class |
BinaryRelationalExpression
Base class for all binary relational expression
|
class |
FieldComparisonExpression
Represents a field comparison query of the form
|
class |
NaryRelationalExpression
Represents a query of the form
|
class |
RegexMatchExpression
Represents a regular expression match query of the form
|
class |
ValueComparisonExpression
Represents an expression of the form
|
Modifier and Type | Method and Description |
---|---|
static RelationalExpression |
RelationalExpression.fromJson(com.fasterxml.jackson.databind.node.ObjectNode node)
Parses a relational expression using the given object node
|
Copyright © 2014. All rights reserved.