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
|
getFactory, getSourceNode, toString
public com.fasterxml.jackson.databind.JsonNode toJson()
toJson
in class JsonObject
public static CompositeSortKey fromJson(com.fasterxml.jackson.databind.node.ArrayNode node)
Copyright © 2014. All rights reserved.