| 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 creating  TypeDescriptions without
 loading any classes. | 
| Modifier and Type | Class and Description | 
|---|---|
| static class  | FieldList.Explicit<S extends FieldDescription>A wrapper implementation of a field list for a given list of field descriptions. | 
| static class  | FieldList.ForLoadedFieldsAn implementation of a field list for an array of loaded fields. | 
| static class  | FieldList.ForTokensA list of field descriptions for a list of detached tokens. | 
| static class  | FieldList.TypeSubstitutingA list of field descriptions that yields  FieldDescription.TypeSubstituting. | 
| Modifier and Type | Class and Description | 
|---|---|
| protected static class  | TypeWriter.Default.ForInlining.WithDecorationOnly.LazyFieldListA field list that only reads fields lazy to avoid an eager lookup since fields are often not required. | 
| Modifier and Type | Class and Description | 
|---|---|
| protected class  | TypePool.Default.LazyTypeDescription.FieldTokenListA list of field tokens representing each entry as a field description. | 
Copyright © 2014–2023. All rights reserved.