Uses of Interface
net.bytebuddy.dynamic.loading.ClassInjector.UsingUnsafe.Dispatcher
-
Packages that use ClassInjector.UsingUnsafe.Dispatcher 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 in net.bytebuddy.dynamic.loading
Classes in net.bytebuddy.dynamic.loading that implement ClassInjector.UsingUnsafe.Dispatcher 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 Modifier and Type Method Description ClassInjector.UsingUnsafe.Dispatcher
ClassInjector.UsingUnsafe.Dispatcher.Enabled. initialize()
Initializes the dispatcher.ClassInjector.UsingUnsafe.Dispatcher
ClassInjector.UsingUnsafe.Dispatcher.Initializable. initialize()
Initializes the dispatcher.ClassInjector.UsingUnsafe.Dispatcher
ClassInjector.UsingUnsafe.Dispatcher.Unavailable. initialize()
Initializes the dispatcher.
-