Class ClassInjector.UsingReflection.Dispatcher.UsingUnsafeOverride

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

public abstract static class ClassInjector.UsingReflection.Dispatcher.UsingUnsafeOverride extends Object implements ClassInjector.UsingReflection.Dispatcher, ClassInjector.UsingReflection.Dispatcher.Initializable
A dispatcher implementation that uses sun.misc.Unsafe#putBoolean to set the AccessibleObject field for making methods accessible.