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 |
ByteArrayClassLoader.PackageLookupStrategy.ForJava9CapableVm
A package lookup strategy for Java 9 or newer.
|
static class |
ByteArrayClassLoader.PackageLookupStrategy.ForLegacyVm
A package lookup strategy for a VM prior to Java 9.
|
Modifier and Type | Method and Description |
---|---|
ByteArrayClassLoader.PackageLookupStrategy |
ByteArrayClassLoader.PackageLookupStrategy.CreationAction.run() |
Copyright © 2014–2021. All rights reserved.