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