Class ClassInjector.UsingReflection.Dispatcher.Direct

java.lang.Object
net.bytebuddy.dynamic.loading.ClassInjector.UsingReflection.Dispatcher.Direct
All Implemented Interfaces:
ClassInjector.UsingReflection.Dispatcher, ClassInjector.UsingReflection.Dispatcher.Initializable
Direct Known Subclasses:
ClassInjector.UsingReflection.Dispatcher.Direct.ForJava7CapableVm, ClassInjector.UsingReflection.Dispatcher.Direct.ForLegacyVm
Enclosing interface:
ClassInjector.UsingReflection.Dispatcher

@Enhance public abstract static class ClassInjector.UsingReflection.Dispatcher.Direct extends Object implements ClassInjector.UsingReflection.Dispatcher, ClassInjector.UsingReflection.Dispatcher.Initializable
A class injection dispatcher that is using reflection on the ClassLoader methods.