Interface ClassLoaderUtil

  • All Known Implementing Classes:
    ClassLoaderUtilImpl

    public interface ClassLoaderUtil
    This interface exists to ensure compatibility between the Java < 9 and Java >= 9 versions of utilities that operate on classloaders. The Java < 9 implementation is found in this same package. The Java >= 9 implementation is found in the java9 source set. This package is built using Java's Multi-Release Jar functionality introduced in Java 9.
    • Method Detail

      • getPlatformClassLoaderOrNull

        java.lang.ClassLoader getPlatformClassLoaderOrNull()