FieldSortAttribute

data class FieldSortAttribute<T>(val field: KProperty1<T, Comparable<*>?>, val name: String) : SortAttribute<T>

KProperty referenced attribute.

Constructors

Link copied to clipboard
constructor(field: KProperty1<T, Comparable<*>?>, name: String)

Properties

Link copied to clipboard
Link copied to clipboard
open override val name: String

Name of attribute