publicConstructors

fun publicConstructors(loadedClass: Class<*>): List<KFunction<*>>(source)

Retrieves the public constructors of the supplied java class

Return

a list containing the KFunction representations of the public constructors of the supplied class

Parameters

loadedClass

this class should have been loaded by this loader via the loadClass() function


Retrieves the public constructors of the supplied class name.

Return

a list containing the KFunction representations of the public constructors of the supplied class

Parameters

className

the fully qualified class name of a class within the JAR files