| Modifier and Type | Class and Description |
|---|---|
class |
CompositeSortKey
Represents a composite sort key
|
class |
SortKey
Represents a sort key of the form:
|
| Modifier and Type | Method and Description |
|---|---|
static Sort |
Sort.fromJson(com.fasterxml.jackson.databind.JsonNode node)
Parses a sort expression using the given json object
|
Sort |
ArrayProjection.getSort() |
| Constructor and Description |
|---|
ArrayProjection(Path field,
boolean include,
Projection project,
Sort sort) |
ArrayQueryMatchProjection(Path field,
boolean include,
Projection project,
Sort sort,
QueryExpression match) |
ArrayRangeProjection(Path field,
boolean include,
Projection project,
Sort sort,
int from,
int to) |
Copyright © 2015. All rights reserved.