Uses of Interface
net.bytebuddy.dynamic.loading.ClassInjector.UsingReflection.Dispatcher
-
Packages that use ClassInjector.UsingReflection.Dispatcher Package Description net.bytebuddy.dynamic.loading This package contains classes that are responsible for class loading of classes that are represented bybytearrays. -
-
Uses of ClassInjector.UsingReflection.Dispatcher in net.bytebuddy.dynamic.loading
Classes in net.bytebuddy.dynamic.loading that implement ClassInjector.UsingReflection.Dispatcher Modifier and Type Class Description static classClassInjector.UsingReflection.Dispatcher.DirectA class injection dispatcher that is using reflection on theClassLoadermethods.protected static classClassInjector.UsingReflection.Dispatcher.Direct.ForJava7CapableVmA resolved class dispatcher for a class injector on a VM running at least Java 7.protected static classClassInjector.UsingReflection.Dispatcher.Direct.ForLegacyVmA resolved class dispatcher for a class injector prior to Java 7.static classClassInjector.UsingReflection.Dispatcher.IndirectAn indirect dispatcher that uses a redirection accessor class that was injected into the bootstrap class loader.static classClassInjector.UsingReflection.Dispatcher.UnavailableRepresents an unsuccessfully loaded method lookup.Methods in net.bytebuddy.dynamic.loading that return ClassInjector.UsingReflection.Dispatcher Modifier and Type Method Description ClassInjector.UsingReflection.DispatcherClassInjector.UsingReflection.Dispatcher.Direct. initialize()ClassInjector.UsingReflection.DispatcherClassInjector.UsingReflection.Dispatcher.Indirect. initialize()ClassInjector.UsingReflection.DispatcherClassInjector.UsingReflection.Dispatcher.Initializable. initialize()Initializes this dispatcher.ClassInjector.UsingReflection.DispatcherClassInjector.UsingReflection.Dispatcher.Unavailable. initialize()
-