@HashCodeAndEqualsPlugin.Enhance protected static class AgentBuilder.DescriptionStrategy.SuperTypeLoading.Asynchronous.ThreadSwitchingClassLoadingDelegate.SimpleClassLoadingAction extends java.lang.Object implements java.util.concurrent.Callable<java.lang.Class<?>>
Modifier and Type | Field and Description |
---|---|
private java.lang.ClassLoader |
classLoader
The type's class loader or
null if the type is loaded by the bootstrap loader. |
private java.lang.String |
name
The loaded type's name.
|
Modifier | Constructor and Description |
---|---|
protected |
SimpleClassLoadingAction(java.lang.String name,
java.lang.ClassLoader classLoader)
Creates a simple class loading action.
|
Modifier and Type | Method and Description |
---|---|
java.lang.Class<?> |
call() |
private final java.lang.String name
private final java.lang.ClassLoader classLoader
null
if the type is loaded by the bootstrap loader.protected SimpleClassLoadingAction(java.lang.String name, java.lang.ClassLoader classLoader)
name
- The loaded type's name.classLoader
- The type's class loader or null
if the type is loaded by the bootstrap loader.