Uses of Interface
net.bytebuddy.dynamic.loading.ClassInjector.UsingReflection.Dispatcher
Packages that use ClassInjector.UsingReflection.Dispatcher
Package
Description
This package contains classes that are responsible for class loading of classes that are represented by
byte arrays.-
Uses of ClassInjector.UsingReflection.Dispatcher in net.bytebuddy.dynamic.loading
Classes in net.bytebuddy.dynamic.loading that implement ClassInjector.UsingReflection.DispatcherModifier and TypeClassDescriptionstatic classA class injection dispatcher that is using reflection on theClassLoadermethods.protected static classA resolved class dispatcher for a class injector on a VM running at least Java 7.protected static classA resolved class dispatcher for a class injector prior to Java 7.static classRepresents an unsuccessfully loaded method lookup.static classRepresents an unsuccessfully loaded method lookup.static classAn indirect dispatcher that uses a redirection accessor class that was injected into the bootstrap class loader.static classA dispatcher implementation that usessun.misc.Unsafe#putBooleanto set theAccessibleObjectfield for making methods accessible.protected static classA resolved class dispatcher using unsafe field injection for a class injector on a VM running at least Java 7.protected static classA resolved class dispatcher using unsafe field injection for a class injector prior to Java 7.Methods in net.bytebuddy.dynamic.loading that return ClassInjector.UsingReflection.DispatcherModifier and TypeMethodDescriptionClassInjector.UsingReflection.Dispatcher.Direct.initialize()Initializes this dispatcher.ClassInjector.UsingReflection.Dispatcher.Initializable.initialize()Initializes this dispatcher.ClassInjector.UsingReflection.Dispatcher.Initializable.Unavailable.initialize()Initializes this dispatcher.ClassInjector.UsingReflection.Dispatcher.UsingUnsafeInjection.initialize()Initializes this dispatcher.ClassInjector.UsingReflection.Dispatcher.UsingUnsafeOverride.initialize()Initializes this dispatcher.