Uses of Class
net.bytebuddy.dynamic.Nexus
Packages that use Nexus
Package
Description
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.
-
Uses of Nexus in net.bytebuddy.dynamic
Fields in net.bytebuddy.dynamic with type parameters of type NexusModifier and TypeFieldDescriptionprivate static final ConcurrentMap<Nexus,
Object> Nexus.TYPE_INITIALIZERS
A map of keys identifying a loaded type by its name and class loader mapping their potentialLoadedTypeInitializer
where the class loader of these initializers is however irrelevant.