| Package | Description |
|---|---|
| com.eoscode.springapitools.data.filter |
| Modifier and Type | Method and Description |
|---|---|
SortDefinition.Direction |
SortDefinition.getDirection() |
static SortDefinition.Direction |
SortDefinition.Direction.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SortDefinition.Direction[] |
SortDefinition.Direction.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SortDefinition.setDirection(SortDefinition.Direction direction) |
SpecificationBuilder |
SpecificationBuilder.sort(String field,
SortDefinition.Direction direction) |
| Constructor and Description |
|---|
SortDefinition(String field,
SortDefinition.Direction direction) |
Copyright © 2020 com.github.eoscode. All rights reserved.