NestedBinding

data class NestedBinding(val properties: List<KProperty1<*, *>>) : ColumnBinding(source)

Bind the column to nested properties, e.g. employee.manager.department.id.

Constructors

Link copied to clipboard
constructor(properties: List<KProperty1<*, *>>)

Properties

Link copied to clipboard

the nested properties, cannot be empty.