Uses of Interface
net.bytebuddy.dynamic.loading.ClassInjector.UsingInstrumentation.Dispatcher
-
Packages that use ClassInjector.UsingInstrumentation.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.UsingInstrumentation.Dispatcher in net.bytebuddy.dynamic.loading
Classes in net.bytebuddy.dynamic.loading that implement ClassInjector.UsingInstrumentation.Dispatcher Modifier and Type Class Description static class
ClassInjector.UsingInstrumentation.Dispatcher.ForJava6CapableVm
A dispatcher for a VM that is capable of appending to the boot and system class loader.static class
ClassInjector.UsingInstrumentation.Dispatcher.ForLegacyVm
A dispatcher for a legacy VM that is not capable of appending jar files using instrumentation.Fields in net.bytebuddy.dynamic.loading declared as ClassInjector.UsingInstrumentation.Dispatcher Modifier and Type Field Description private static ClassInjector.UsingInstrumentation.Dispatcher
ClassInjector.UsingInstrumentation. DISPATCHER
A dispatcher for interacting with the instrumentation API.Methods in net.bytebuddy.dynamic.loading that return ClassInjector.UsingInstrumentation.Dispatcher Modifier and Type Method Description ClassInjector.UsingInstrumentation.Dispatcher
ClassInjector.UsingInstrumentation.Dispatcher.CreationAction. run()
-