Package | Description |
---|---|
net.bytebuddy.dynamic |
This package contains classes and interfaces that are connected to writing the byte stream that represents a Java
type that is dynamically created and for loading this type into a running JVM process.
|
Modifier and Type | Field and Description |
---|---|
private static java.util.concurrent.ConcurrentMap<Nexus,java.lang.Object> |
Nexus.TYPE_INITIALIZERS
A map of keys identifying a loaded type by its name and class loader mapping their
potential
LoadedTypeInitializer where the class
loader of these initializers is however irrelevant. |