Uses of Interface
net.bytebuddy.dynamic.loading.ClassInjector.UsingReflection.Dispatcher.Initializable
-
Packages that use ClassInjector.UsingReflection.Dispatcher.Initializable 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.Initializable in net.bytebuddy.dynamic.loading
Classes in net.bytebuddy.dynamic.loading that implement ClassInjector.UsingReflection.Dispatcher.Initializable 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.Initializable.UnavailableRepresents an unsuccessfully loaded method lookup.static classClassInjector.UsingReflection.Dispatcher.UsingUnsafeInjectionAn indirect dispatcher that uses a redirection accessor class that was injected into the bootstrap class loader.static classClassInjector.UsingReflection.Dispatcher.UsingUnsafeOverrideA dispatcher implementation that usessun.misc.Unsafe#putBooleanto set theAccessibleObjectfield for making methods accessible.protected static classClassInjector.UsingReflection.Dispatcher.UsingUnsafeOverride.ForJava7CapableVmA resolved class dispatcher using unsafe field injection for a class injector on a VM running at least Java 7.protected static classClassInjector.UsingReflection.Dispatcher.UsingUnsafeOverride.ForLegacyVmA resolved class dispatcher using unsafe field injection for a class injector prior to Java 7.Fields in net.bytebuddy.dynamic.loading declared as ClassInjector.UsingReflection.Dispatcher.Initializable Modifier and Type Field Description private static ClassInjector.UsingReflection.Dispatcher.InitializableClassInjector.UsingReflection. DISPATCHERThe dispatcher to use for accessing a class loader via reflection.Methods in net.bytebuddy.dynamic.loading that return ClassInjector.UsingReflection.Dispatcher.Initializable Modifier and Type Method Description protected static ClassInjector.UsingReflection.Dispatcher.InitializableClassInjector.UsingReflection.Dispatcher.Direct. make()Creates a direct dispatcher.protected static ClassInjector.UsingReflection.Dispatcher.InitializableClassInjector.UsingReflection.Dispatcher.UsingUnsafeInjection. make()Creates an indirect dispatcher.protected static ClassInjector.UsingReflection.Dispatcher.InitializableClassInjector.UsingReflection.Dispatcher.UsingUnsafeOverride. make()Creates a new initializable class injector using an unsafe field injection.ClassInjector.UsingReflection.Dispatcher.InitializableClassInjector.UsingReflection.Dispatcher.CreationAction. run()
-