Interface ContextClassLoaderFactory

    • Method Detail

      • getContextClassLoader

        java.lang.ClassLoader getContextClassLoader​(java.lang.Class<?> reference)
        Returns the context ClassLoader for the reference class.
        Parameters:
        reference - the reference class where it is invoked from.
      • getContextClassLoaderForName

        java.lang.ClassLoader getContextClassLoaderForName​(java.lang.String className)
        Returns the context ClassLoader for a class name.
        Parameters:
        className - the reference class name where it is invoked from.
        Since:
        8.5.1