findClass

abstract fun <T> findClass(cname: String, expectedType: KClass<*>): KClass<*>

Finds class of the name and expected type