Package | Description |
---|---|
net.bytebuddy.dynamic.loading |
This package contains classes that are responsible for class loading of classes that are represented by
byte arrays. |
Modifier and Type | Class and 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.
|
Modifier and Type | Field and Description |
---|---|
protected static ClassReloadingStrategy.Dispatcher |
ClassReloadingStrategy.DISPATCHER
A dispatcher to use with some methods of the
Instrumentation API. |
Modifier and Type | Method and Description |
---|---|
ClassReloadingStrategy.Dispatcher |
ClassReloadingStrategy.Dispatcher.CreationAction.run() |
Copyright © 2014–2020. All rights reserved.