Uses of Interface
net.bytebuddy.dynamic.loading.ClassReloadingStrategy.Dispatcher
-
Packages that use ClassReloadingStrategy.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 ClassReloadingStrategy.Dispatcher in net.bytebuddy.dynamic.loading
Classes in net.bytebuddy.dynamic.loading that implement ClassReloadingStrategy.Dispatcher Modifier and Type Class Description static class
ClassReloadingStrategy.Dispatcher.ForJava6CapableVm
A dispatcher for a Java 6 capable VM that is potentially capable of retransformation.static class
ClassReloadingStrategy.Dispatcher.ForLegacyVm
A dispatcher for a legacy VM that does not support retransformation.Fields in net.bytebuddy.dynamic.loading declared as ClassReloadingStrategy.Dispatcher Modifier and Type Field Description protected static ClassReloadingStrategy.Dispatcher
ClassReloadingStrategy. DISPATCHER
A dispatcher to use with some methods of theInstrumentation
API.Methods in net.bytebuddy.dynamic.loading that return ClassReloadingStrategy.Dispatcher Modifier and Type Method Description ClassReloadingStrategy.Dispatcher
ClassReloadingStrategy.Dispatcher.CreationAction. run()
-