Interface TypeDescription.SuperTypeLoading.ClassLoadingDelegate

    • Method Detail

      • load

        java.lang.Class<?> load​(java.lang.String name,
                                java.lang.ClassLoader classLoader)
                         throws java.lang.ClassNotFoundException
        Loads a type.
        Parameters:
        name - The type's name,
        classLoader - The class loader to load the type from which might be null to represent the bootstrap class loader.
        Returns:
        The loaded type.
        Throws:
        java.lang.ClassNotFoundException - If the type could not be found.