getProperties

open fun <T : Any> getProperties(kClass: KClass<T>): Collection<KProperty1<T, *>>(source)

Returns the collection of properties for a given kClass that should be included in the schema. By default, returns all member properties.

Report a problem