Uses of Class
net.bytebuddy.description.field.FieldList.AbstractBase
-
Packages that use FieldList.AbstractBase Package Description net.bytebuddy.description.field Contains descriptions of Java fields.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.net.bytebuddy.pool Classes of this package allow for the creatingTypeDescriptions without loading any classes. -
-
Uses of FieldList.AbstractBase in net.bytebuddy.description.field
Subclasses of FieldList.AbstractBase in net.bytebuddy.description.field Modifier and Type Class Description static classFieldList.Explicit<S extends FieldDescription>A wrapper implementation of a field list for a given list of field descriptions.static classFieldList.ForLoadedFieldsAn implementation of a field list for an array of loaded fields.static classFieldList.ForTokensA list of field descriptions for a list of detached tokens.static classFieldList.TypeSubstitutingA list of field descriptions that yieldsFieldDescription.TypeSubstituting. -
Uses of FieldList.AbstractBase in net.bytebuddy.dynamic.scaffold
Subclasses of FieldList.AbstractBase in net.bytebuddy.dynamic.scaffold Modifier and Type Class Description protected static classTypeWriter.Default.ForInlining.WithDecorationOnly.LazyFieldListA field list that only reads fields lazy to avoid an eager lookup since fields are often not required. -
Uses of FieldList.AbstractBase in net.bytebuddy.pool
Subclasses of FieldList.AbstractBase in net.bytebuddy.pool Modifier and Type Class Description protected classTypePool.Default.LazyTypeDescription.FieldTokenListA list of field tokens representing each entry as a field description.
-