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 bybytearrays. -
-
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 classClassReloadingStrategy.Dispatcher.ForJava6CapableVmA dispatcher for a Java 6 capable VM that is potentially capable of retransformation.static classClassReloadingStrategy.Dispatcher.ForLegacyVmA 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.DispatcherClassReloadingStrategy. DISPATCHERA dispatcher to use with some methods of theInstrumentationAPI.Methods in net.bytebuddy.dynamic.loading that return ClassReloadingStrategy.Dispatcher Modifier and Type Method Description ClassReloadingStrategy.DispatcherClassReloadingStrategy.Dispatcher.CreationAction. run()
-