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 bybytearrays. -
-
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 classClassInjector.UsingUnsafe.Dispatcher.EnabledAn enabled dispatcher.static classClassInjector.UsingUnsafe.Dispatcher.UnavailableA disabled dispatcher.Fields in net.bytebuddy.dynamic.loading declared as ClassInjector.UsingUnsafe.Dispatcher.Initializable Modifier and Type Field Description private ClassInjector.UsingUnsafe.Dispatcher.InitializableClassInjector.UsingUnsafe. dispatcherThe dispatcher to use.private ClassInjector.UsingUnsafe.Dispatcher.InitializableClassInjector.UsingUnsafe.Factory. dispatcherThe dispatcher to use.private static ClassInjector.UsingUnsafe.Dispatcher.InitializableClassInjector.UsingUnsafe. DISPATCHERThe dispatcher to use.Methods in net.bytebuddy.dynamic.loading that return ClassInjector.UsingUnsafe.Dispatcher.Initializable Modifier and Type Method Description ClassInjector.UsingUnsafe.Dispatcher.InitializableClassInjector.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(java.lang.ClassLoader classLoader, java.security.ProtectionDomain protectionDomain, ClassInjector.UsingUnsafe.Dispatcher.Initializable dispatcher)Creates a new unsafe injector for the given class loader with a default protection domain.
-