| Package | Description | 
|---|---|
| net.bytebuddy.description.field | Contains descriptions of Java fields. | 
| net.bytebuddy.dynamic | This package contains classes and interfaces that are connected to writing the byte stream that represents a Java
 type that is dynamically created and for loading this type into a running JVM process. | 
| net.bytebuddy.implementation | The implementation package contains any logic for intercepting method calls. | 
| Modifier and Type | Class and Description | 
|---|---|
| static class  | FieldDescription.ForLoadedFieldAn implementation of a field description for a loaded field. | 
| static class  | FieldDescription.InDefinedShape.AbstractBaseAn abstract base implementation of a field description in its defined shape. | 
| static class  | FieldDescription.LatentA latent field description describes a field that is not attached to a declaring
  TypeDescription. | 
| static class  | FieldDescription.TypeSubstitutingA field description that represents a given field but with a substituted field type. | 
| Modifier and Type | Class and Description | 
|---|---|
| protected static class  | FieldTransformer.Simple.TransformedFieldAn implementation of a transformed field. | 
| Modifier and Type | Class and Description | 
|---|---|
| protected static class  | Implementation.Context.Default.CacheValueFieldA description of a field that stores a cached value. | 
Copyright © 2014–2016. All rights reserved.