Uses of Class
net.bytebuddy.description.field.FieldDescription.AbstractBase
Packages that use FieldDescription.AbstractBase
Package
Description
Contains descriptions of Java fields.
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.
The implementation package contains any logic for intercepting method calls.
Classes of this package allow for the creating
TypeDescription
s without
loading any classes.-
Uses of FieldDescription.AbstractBase in net.bytebuddy.description.field
Subclasses of FieldDescription.AbstractBase in net.bytebuddy.description.fieldModifier and TypeClassDescriptionstatic class
An implementation of a field description for a loaded field.static class
An abstract base implementation of a field description in its defined shape.static class
A latent field description describes a field that is not attached to a declaringTypeDescription
.static class
A field description that represents a given field but with a substituted field type. -
Uses of FieldDescription.AbstractBase in net.bytebuddy.dynamic
Subclasses of FieldDescription.AbstractBase in net.bytebuddy.dynamicModifier and TypeClassDescriptionprotected static class
An implementation of a transformed field. -
Uses of FieldDescription.AbstractBase in net.bytebuddy.implementation
Subclasses of FieldDescription.AbstractBase in net.bytebuddy.implementationModifier and TypeClassDescriptionprotected static class
A description of a field that stores a cached value. -
Uses of FieldDescription.AbstractBase in net.bytebuddy.pool
Subclasses of FieldDescription.AbstractBase in net.bytebuddy.poolModifier and TypeClassDescriptionprivate class
A lazy field description that only resolved type references when required.