| Modifier and Type | Method and Description |
|---|---|
static NaryLogicalExpression |
NaryLogicalExpression.fromJson(com.fasterxml.jackson.databind.node.ObjectNode node)
Parses an n-ary logical expression from the given json object
|
| Modifier and Type | Method and Description |
|---|---|
protected QueryExpression |
QueryIterator.itrNaryLogicalExpression(NaryLogicalExpression q,
Path context)
Default behavior is to recursively iterate the nested quereies.
|
protected abstract T |
QueryIteratorSkeleton.itrNaryLogicalExpression(NaryLogicalExpression q,
Path context) |
Copyright © 2015. All rights reserved.