Interface InheritanceProvider

All Known Implementing Classes:
ClassLoaderProvider, InheritanceMap, JarProvider, JointProvider

public interface InheritanceProvider
  • Method Summary

    Modifier and Type
    Method
    Description
    getParents(String className)
    Get the superclass and implemented interfaces of a class
  • Method Details

    • getParents

      Collection<String> getParents(String className)
      Get the superclass and implemented interfaces of a class
      Parameters:
      className -
      Returns:
      List of interfaces, or null if no information is available and other providers should be checked