public abstract class Sort extends JsonObject
| Constructor and Description |
|---|
Sort() |
| Modifier and Type | Method and Description |
|---|---|
static Sort |
fromJson(com.fasterxml.jackson.databind.JsonNode node)
Parses a sort expression using the given json object
|
boolean |
isRequired(Path field)
Returns if the field is referenced in a sort key
|
boolean |
isRequired(Path field,
Path ctx)
Returns if the field is referenced in a sort key
|
getFactory, getSourceNode, toJson, toStringCopyright © 2015. All rights reserved.