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.UsingLookup.Dispatcher.ForJava9CapableVm
A dispatcher for a Java 9 capable VM that supports class definition via method handles.
|
static class |
ClassInjector.UsingLookup.Dispatcher.ForLegacyVm
A dispatcher for a legacy VM that does not support class definition via method handles.
|
Modifier and Type | Method and Description |
---|---|
ClassInjector.UsingLookup.Dispatcher |
ClassInjector.UsingLookup.Dispatcher.Creator.run() |
Copyright © 2014–2020. All rights reserved.