Class ClassUtils
java.lang.Object
ushiosan.jvm_utilities.lang.reflection.ClassUtils
-
Method Summary
-
Method Details
-
getClassStack
Returns the inheritance stack of a class. This excludes theObjectclass because its inclusion is redundant.- Parameters:
cls- the class you want to inspect- Returns:
- the inheritance stack of a class
-