Uses of Class
net.bytebuddy.dynamic.scaffold.RecordComponentRegistry.Default.Entry
-
Packages that use RecordComponentRegistry.Default.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 RecordComponentRegistry.Default.Entry in net.bytebuddy.dynamic.scaffold
Fields in net.bytebuddy.dynamic.scaffold with type parameters of type RecordComponentRegistry.Default.Entry Modifier and Type Field Description private java.util.List<RecordComponentRegistry.Default.Entry>
RecordComponentRegistry.Default. entries
This registries entries.Constructor parameters in net.bytebuddy.dynamic.scaffold with type arguments of type RecordComponentRegistry.Default.Entry Constructor Description Default(java.util.List<RecordComponentRegistry.Default.Entry> entries)
Creates a new default record component registry.
-