public class ClassHelper extends Object
AccessController
.Modifier and Type | Method and Description |
---|---|
static List<Class<?>> |
fillFullClassHierarchyAsList(List<Class<?>> allClasses,
Class<?> clazz)
Fill the list with the full class/interface hierarchy of the given class.
|
public static List<Class<?>> fillFullClassHierarchyAsList(List<Class<?>> allClasses, Class<?> clazz)
allClasses
- The current list of classes in the hierarchy.clazz
- Copyright © 2010–2018 The Apache Software Foundation. All rights reserved.