jvmName

val KClass<*>.jvmName: String(source)

Returns the JVM name of the class represented by this KClass instance.

Since Kotlin

1.0

See also