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 |
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.
|
Modifier and Type | Method and Description |
---|---|
ClassInjector.UsingInstrumentation.Dispatcher |
ClassInjector.UsingInstrumentation.Dispatcher.CreationAction.run() |
Copyright © 2014–2019. All rights reserved.