public class UnaryLogicalExpression extends LogicalExpression
{ $not : { query } }
| Constructor and Description |
|---|
UnaryLogicalExpression(UnaryLogicalOperator op,
QueryExpression query) |
| Modifier and Type | Method and Description |
|---|---|
static UnaryLogicalExpression |
fromJson(com.fasterxml.jackson.databind.node.ObjectNode node)
Parses a unary logical expression using the given object node
|
UnaryLogicalOperator |
getOp()
Returns the operator
|
QueryExpression |
getQuery()
Returns the query to which the operator will be applied
|
com.fasterxml.jackson.databind.JsonNode |
toJson()
Returns a json representation of the query
|
bind, bind, fromJson, getBindableClauses, getBindableClauses, getQueryFields, getQueryFields, getQueryFields, isRequired, isRequiredgetFactory, getSourceNode, toStringpublic UnaryLogicalExpression(UnaryLogicalOperator op, QueryExpression query)
public UnaryLogicalOperator getOp()
public QueryExpression getQuery()
public com.fasterxml.jackson.databind.JsonNode toJson()
toJson in class JsonObjectpublic static UnaryLogicalExpression fromJson(com.fasterxml.jackson.databind.node.ObjectNode node)
Copyright © 2015. All rights reserved.