loadClass

fun loadClass(className: String): Class<*>(source)

Load a class by its fully qualified name. The name must be a valid class name within the supporting JAR files.

Return

the java Class representation

Parameters

className

the fully qualified name of the class.