| Package | Description | 
|---|---|
| net.bytebuddy.dynamic.loading | This package contains classes that are responsible for class loading of classes that are represented by
  bytearrays. | 
| Modifier and Type | Class and Description | 
|---|---|
| static class  | ClassInjector.UsingReflection.Dispatcher.DirectA class injection dispatcher that is using reflection on the  ClassLoadermethods. | 
| protected static class  | ClassInjector.UsingReflection.Dispatcher.Direct.ForJava7CapableVmA resolved class dispatcher for a class injector on a VM running at least Java 7. | 
| protected static class  | ClassInjector.UsingReflection.Dispatcher.Direct.ForLegacyVmA resolved class dispatcher for a class injector prior to Java 7. | 
| static class  | ClassInjector.UsingReflection.Dispatcher.Initializable.UnavailableRepresents an unsuccessfully loaded method lookup. | 
| static class  | ClassInjector.UsingReflection.Dispatcher.UnavailableRepresents an unsuccessfully loaded method lookup. | 
| static class  | ClassInjector.UsingReflection.Dispatcher.UsingUnsafeInjectionAn indirect dispatcher that uses a redirection accessor class that was injected into the bootstrap class loader. | 
| static class  | ClassInjector.UsingReflection.Dispatcher.UsingUnsafeOverrideA dispatcher implementation that uses  sun.misc.Unsafe#putBooleanto set theAccessibleObjectfield
 for making methods accessible. | 
| protected static class  | ClassInjector.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 class  | ClassInjector.UsingReflection.Dispatcher.UsingUnsafeOverride.ForLegacyVmA resolved class dispatcher using unsafe field injection for a class injector prior to Java 7. | 
| Modifier and Type | Method and Description | 
|---|---|
| ClassInjector.UsingReflection.Dispatcher | ClassInjector.UsingReflection.Dispatcher.Initializable. initialize()Initializes this dispatcher. | 
| ClassInjector.UsingReflection.Dispatcher | ClassInjector.UsingReflection.Dispatcher.Initializable.Unavailable. initialize()Initializes this dispatcher. | 
| ClassInjector.UsingReflection.Dispatcher | ClassInjector.UsingReflection.Dispatcher.Direct. initialize()Initializes this dispatcher. | 
| ClassInjector.UsingReflection.Dispatcher | ClassInjector.UsingReflection.Dispatcher.UsingUnsafeInjection. initialize()Initializes this dispatcher. | 
| ClassInjector.UsingReflection.Dispatcher | ClassInjector.UsingReflection.Dispatcher.UsingUnsafeOverride. initialize()Initializes this dispatcher. | 
Copyright © 2014–2025. All rights reserved.