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