Class ClassLoaderUtilImpl

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.ClassLoader getPlatformClassLoaderOrNull()
      For Java < 9, the concept of "platform class loader" didn't exist, so we always return null.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ClassLoaderUtilImpl

        public ClassLoaderUtilImpl()
    • Method Detail

      • getPlatformClassLoaderOrNull

        public java.lang.ClassLoader getPlatformClassLoaderOrNull()
        For Java < 9, the concept of "platform class loader" didn't exist, so we always return null.
        Specified by:
        getPlatformClassLoaderOrNull in interface ClassLoaderUtil