java.lang.Object
com.github.philippheuer.events4j.simple.util.ClassUtil

public class ClassUtil extends Object
  • Constructor Details

    • ClassUtil

      public ClassUtil()
  • Method Details

    • getInheritanceTree

      public static Collection<Class<?>> getInheritanceTree(Class<?> clazz)
      get inheritance tree from a base class
      Parameters:
      clazz - the base class
      Returns:
      an inheritance tree with all interfaces and superclasses, always includes the base class