Uses of Class
net.bytebuddy.dynamic.scaffold.FieldRegistry.Default.Entry
Packages that use FieldRegistry.Default.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.Entry in net.bytebuddy.dynamic.scaffold
Fields in net.bytebuddy.dynamic.scaffold with type parameters of type FieldRegistry.Default.EntryModifier and TypeFieldDescriptionprivate final List<FieldRegistry.Default.Entry>
FieldRegistry.Default.entries
This registries entries.Constructor parameters in net.bytebuddy.dynamic.scaffold with type arguments of type FieldRegistry.Default.EntryModifierConstructorDescriptionprivate
Default
(List<FieldRegistry.Default.Entry> entries) Creates a new default field registry.