Uses of Class
net.bytebuddy.dynamic.scaffold.MethodRegistry.Default.Compiled.Entry
-
Packages that use MethodRegistry.Default.Compiled.Entry Package Description net.bytebuddy.dynamic.scaffold This package contains helper types and implementations that are responsible for the actual writing of a byte array representing a Java class. -
-
Uses of MethodRegistry.Default.Compiled.Entry in net.bytebuddy.dynamic.scaffold
Fields in net.bytebuddy.dynamic.scaffold with type parameters of type MethodRegistry.Default.Compiled.Entry Modifier and Type Field Description private java.util.LinkedHashMap<MethodDescription,MethodRegistry.Default.Compiled.Entry>
MethodRegistry.Default.Compiled. implementations
A map of all method descriptions mapped to their handling entries.Constructor parameters in net.bytebuddy.dynamic.scaffold with type arguments of type MethodRegistry.Default.Compiled.Entry Constructor Description Compiled(TypeDescription instrumentedType, LoadedTypeInitializer loadedTypeInitializer, TypeInitializer typeInitializer, MethodList<?> methods, java.util.LinkedHashMap<MethodDescription,MethodRegistry.Default.Compiled.Entry> implementations, boolean supportsBridges)
Creates a new compiled version of a default method registry.
-