public class CompositeSortKey extends Sort
| Constructor and Description |
|---|
CompositeSortKey(List<SortKey> keys)
Ctor using the given values
|
| Modifier and Type | Method and Description |
|---|---|
static CompositeSortKey |
fromJson(com.fasterxml.jackson.databind.node.ArrayNode node)
Parses a composite sort key using the json array node
|
List<SortKey> |
getKeys()
The list of sort keys
|
com.fasterxml.jackson.databind.JsonNode |
toJson()
Returns a json representation of the sort expression
|
fromJson, isRequired, isRequiredgetFactory, getSourceNode, toStringpublic com.fasterxml.jackson.databind.JsonNode toJson()
toJson in class JsonObjectpublic static CompositeSortKey fromJson(com.fasterxml.jackson.databind.node.ArrayNode node)
Copyright © 2015. All rights reserved.