Uses of Class
net.bytebuddy.dynamic.Nexus
-
Packages that use Nexus 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. -
-
Uses of Nexus in net.bytebuddy.dynamic
Fields in net.bytebuddy.dynamic with type parameters of type Nexus Modifier and Type Field Description private static java.util.concurrent.ConcurrentMap<Nexus,java.lang.Object>Nexus. TYPE_INITIALIZERSA map of keys identifying a loaded type by its name and class loader mapping their potentialLoadedTypeInitializerwhere the class loader of these initializers is however irrelevant.
-