public class ClassHierarchy
extends java.lang.Object
ClassHierarchy class provides utility methods related to the class hierarchy.| Constructor and Description |
|---|
ClassHierarchy() |
| Modifier and Type | Method and Description |
|---|---|
static java.util.List<java.lang.Class<?>> |
getClassOrder(java.lang.Class<?> type)
Get the list of types extended by and implemented by the given type.
|