Uses of Interface
net.bytebuddy.dynamic.loading.ClassInjector.UsingUnsafe.Dispatcher.Initializable
-
Packages that use ClassInjector.UsingUnsafe.Dispatcher.Initializable Package Description net.bytebuddy.dynamic.loading This package contains classes that are responsible for class loading of classes that are represented bybyte
arrays. -
-
Uses of ClassInjector.UsingUnsafe.Dispatcher.Initializable in net.bytebuddy.dynamic.loading
Classes in net.bytebuddy.dynamic.loading that implement ClassInjector.UsingUnsafe.Dispatcher.Initializable Modifier and Type Class Description static class
ClassInjector.UsingUnsafe.Dispatcher.Enabled
An enabled dispatcher.static class
ClassInjector.UsingUnsafe.Dispatcher.Unavailable
A disabled dispatcher.Methods in net.bytebuddy.dynamic.loading that return ClassInjector.UsingUnsafe.Dispatcher.Initializable Modifier and Type Method Description ClassInjector.UsingUnsafe.Dispatcher.Initializable
ClassInjector.UsingUnsafe.Dispatcher.CreationAction. run()
Constructors in net.bytebuddy.dynamic.loading with parameters of type ClassInjector.UsingUnsafe.Dispatcher.Initializable Constructor Description Factory(ClassInjector.UsingUnsafe.Dispatcher.Initializable dispatcher)
Creates a new factory.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.
-