Class AgentBuilder.DescriptionStrategy.SuperTypeLoading.Asynchronous.ThreadSwitchingClassLoadingDelegate.SimpleClassLoadingAction
java.lang.Object
net.bytebuddy.agent.builder.AgentBuilder.DescriptionStrategy.SuperTypeLoading.Asynchronous.ThreadSwitchingClassLoadingDelegate.SimpleClassLoadingAction
- Enclosing class:
AgentBuilder.DescriptionStrategy.SuperTypeLoading.Asynchronous.ThreadSwitchingClassLoadingDelegate
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedSimpleClassLoadingAction(String name, ClassLoader classLoader) Creates a simple class loading action. -
Method Summary
-
Constructor Details
-
SimpleClassLoadingAction
Creates a simple class loading action.- Parameters:
name- The loaded type's name.classLoader- The type's class loader ornullif the type is loaded by the bootstrap loader.
-
-
Method Details
-
call
- Specified by:
callin interfaceCallable<Class<?>>- Throws:
ClassNotFoundException
-