fieldClass

fun fieldClass(): KClass<out T & Any>?

Returns the KClass for this field's type, or null if the type is not a concrete class (e.g., if it's a type parameter or complex type intersection).

For generated metamodels, this will always return a non-null KClass.

Return

The KClass representing this field's type, or null if not a concrete class