K - Key type.public static class PostProcessingArgs.SortProperty<K> extends Object
| Constructor and Description |
|---|
SortProperty(K property,
PostProcessingArgs.SortDirection direction)
Creates a new sort property.
|
| Modifier and Type | Method and Description |
|---|---|
PostProcessingArgs.SortDirection |
getDirection()
Get the sort direction.
|
K |
getProperty()
Get the property to sort by.
|
public SortProperty(K property, PostProcessingArgs.SortDirection direction)
property - the property to sort bydirection - the sort directionpublic K getProperty()
public PostProcessingArgs.SortDirection getDirection()
Copyright © 2025 lettuce.io. All rights reserved.