Uses of Interface
net.bytebuddy.dynamic.loading.ClassInjector.UsingUnsafe.Dispatcher.Initializable
Packages that use ClassInjector.UsingUnsafe.Dispatcher.Initializable
Package
Description
This package contains classes that are responsible for class loading of classes that are represented by
byte
arrays.-
Uses of ClassInjector.UsingUnsafe.Dispatcher.Initializable in net.bytebuddy.dynamic.loading
Classes in net.bytebuddy.dynamic.loading that implement ClassInjector.UsingUnsafe.Dispatcher.InitializableModifier and TypeClassDescriptionstatic class
An enabled dispatcher.static class
A disabled dispatcher.Fields in net.bytebuddy.dynamic.loading declared as ClassInjector.UsingUnsafe.Dispatcher.InitializableModifier and TypeFieldDescriptionprivate final ClassInjector.UsingUnsafe.Dispatcher.Initializable
ClassInjector.UsingUnsafe.dispatcher
The dispatcher to use.private final ClassInjector.UsingUnsafe.Dispatcher.Initializable
ClassInjector.UsingUnsafe.Factory.dispatcher
The dispatcher to use.private static final ClassInjector.UsingUnsafe.Dispatcher.Initializable
ClassInjector.UsingUnsafe.DISPATCHER
The dispatcher to use.Methods in net.bytebuddy.dynamic.loading that return ClassInjector.UsingUnsafe.Dispatcher.InitializableConstructors in net.bytebuddy.dynamic.loading with parameters of type ClassInjector.UsingUnsafe.Dispatcher.InitializableModifierConstructorDescriptionprotected
Creates a new factory.protected
UsingUnsafe
(ClassLoader classLoader, ProtectionDomain protectionDomain, ClassInjector.UsingUnsafe.Dispatcher.Initializable dispatcher) Creates a new unsafe injector for the given class loader with a default protection domain.