get

abstract operator fun get(clazz: Class<*>): ClassReference

Returns the class definition for the given class, or throws if one does not exist.


abstract operator fun get(className: String): ClassReference

Returns the class definition for the given class name, or throws if one does not exist.