Uses of Class
net.bytebuddy.description.field.FieldDescription.InDefinedShape.AbstractBase
-
Packages that use FieldDescription.InDefinedShape.AbstractBase Package Description net.bytebuddy.description.field Contains descriptions of Java fields.net.bytebuddy.implementation The implementation package contains any logic for intercepting method calls.net.bytebuddy.pool Classes of this package allow for the creatingTypeDescriptions without loading any classes. -
-
Uses of FieldDescription.InDefinedShape.AbstractBase in net.bytebuddy.description.field
Subclasses of FieldDescription.InDefinedShape.AbstractBase in net.bytebuddy.description.field Modifier and Type Class Description static classFieldDescription.ForLoadedFieldAn implementation of a field description for a loaded field.static classFieldDescription.LatentA latent field description describes a field that is not attached to a declaringTypeDescription. -
Uses of FieldDescription.InDefinedShape.AbstractBase in net.bytebuddy.implementation
Subclasses of FieldDescription.InDefinedShape.AbstractBase in net.bytebuddy.implementation Modifier and Type Class Description protected static classImplementation.Context.Default.CacheValueFieldA description of a field that stores a cached value. -
Uses of FieldDescription.InDefinedShape.AbstractBase in net.bytebuddy.pool
Subclasses of FieldDescription.InDefinedShape.AbstractBase in net.bytebuddy.pool Modifier and Type Class Description private classTypePool.Default.LazyTypeDescription.LazyFieldDescriptionA lazy field description that only resolved type references when required.
-