Interface TypeDescription.SuperTypeLoading.ClassLoadingDelegate

    • Method Detail

      • load

        Class<?> load​(String name,
                      ClassLoader classLoader)
               throws 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:
        ClassNotFoundException - If the type could not be found.