Uses of Class
net.bytebuddy.dynamic.scaffold.MethodRegistry.Default.Compiled.Entry
Packages that use MethodRegistry.Default.Compiled.Entry
Package
Description
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.EntryModifier and TypeFieldDescriptionprivate final 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.EntryModifierConstructorDescriptionprotected
Compiled
(TypeDescription instrumentedType, LoadedTypeInitializer loadedTypeInitializer, TypeInitializer typeInitializer, MethodList<?> methods, LinkedHashMap<MethodDescription, MethodRegistry.Default.Compiled.Entry> implementations, boolean supportsBridges) Creates a new compiled version of a default method registry.