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 classAn enabled dispatcher.static classA disabled dispatcher.Classes in net.bytebuddy.dynamic.loading that implement interfaces with type arguments of type ClassInjector.UsingUnsafe.Dispatcher.InitializableModifier and TypeClassDescriptionstatic enumA privileged action for creating a dispatcher.Fields in net.bytebuddy.dynamic.loading declared as ClassInjector.UsingUnsafe.Dispatcher.InitializableModifier and TypeFieldDescriptionprivate final ClassInjector.UsingUnsafe.Dispatcher.InitializableClassInjector.UsingUnsafe.dispatcherThe dispatcher to use.private final ClassInjector.UsingUnsafe.Dispatcher.InitializableClassInjector.UsingUnsafe.Factory.dispatcherThe dispatcher to use.private static final ClassInjector.UsingUnsafe.Dispatcher.InitializableClassInjector.UsingUnsafe.DISPATCHERThe 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.InitializableModifierConstructorDescriptionprotectedCreates a new factory.protectedUsingUnsafe(ClassLoader classLoader, ProtectionDomain protectionDomain, ClassInjector.UsingUnsafe.Dispatcher.Initializable dispatcher) Creates a new unsafe injector for the given class loader with a default protection domain.