Uses of Interface
net.bytebuddy.dynamic.loading.ClassReloadingStrategy.Dispatcher
Packages that use ClassReloadingStrategy.Dispatcher
Package
Description
This package contains classes that are responsible for class loading of classes that are represented by
byte
arrays.-
Uses of ClassReloadingStrategy.Dispatcher in net.bytebuddy.dynamic.loading
Fields in net.bytebuddy.dynamic.loading declared as ClassReloadingStrategy.DispatcherModifier and TypeFieldDescriptionprotected static final ClassReloadingStrategy.Dispatcher
ClassReloadingStrategy.DISPATCHER
A dispatcher to use with some methods of theInstrumentation
API.