getGeneralizations

fun getGeneralizations(classObject: Class<*>): Set<Class<*>>

Builds an unordered set of all interface and object classes that are generalizations of the provided class.

Return

a Set of class objects.

Parameters

classObject

the class to find generalization of.