findSubClasses

fun findSubClasses(superClass: Class<*>): Map<String, Class<*>>(source)

Return

java class representations of any subclass of the supplied class that are found within the JAR files

Parameters

superClass

the java class representation of a class that should have subclasses within the JAR files. This class does not need to have been loaded by this loader.