Uses of Class
net.bytebuddy.dynamic.scaffold.FieldRegistry.Default.Compiled.Entry
Packages that use FieldRegistry.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 FieldRegistry.Default.Compiled.Entry in net.bytebuddy.dynamic.scaffold
Fields in net.bytebuddy.dynamic.scaffold with type parameters of type FieldRegistry.Default.Compiled.EntryModifier and TypeFieldDescriptionprivate final List<FieldRegistry.Default.Compiled.Entry>
FieldRegistry.Default.Compiled.entries
The entries of this compiled field registry.Constructor parameters in net.bytebuddy.dynamic.scaffold with type arguments of type FieldRegistry.Default.Compiled.EntryModifierConstructorDescriptionprotected
Compiled
(TypeDescription instrumentedType, List<FieldRegistry.Default.Compiled.Entry> entries) Creates a new compiled field registry.