SortAttribute
Inner representation of sorting feature specification.
Inheritors
Types
Link copied to clipboard
Referenced by name attribute.
Link copied to clipboard
data class FieldSortAttribute<T>(val field: KProperty1<T, Comparable<*>?>, val name: String) : SortAttribute<T>
KProperty referenced attribute.