public static interface TypeDescription.SuperTypeLoading.ClassLoadingDelegate
| Modifier and Type | Interface and Description |
|---|---|
static class |
TypeDescription.SuperTypeLoading.ClassLoadingDelegate.Simple
A simple class loading delegate that simply loads a type.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.Class<?> |
load(java.lang.String name,
java.lang.ClassLoader classLoader)
Loads a type.
|
java.lang.Class<?> load(java.lang.String name,
java.lang.ClassLoader classLoader)
throws java.lang.ClassNotFoundException
name - The type's name,classLoader - The class loader to load the type from which might be null to represent the bootstrap class loader.java.lang.ClassNotFoundException - If the type could not be found.