Uses of Class
net.bytebuddy.description.field.FieldDescription.InDefinedShape.AbstractBase
Packages that use FieldDescription.InDefinedShape.AbstractBase
Package
Description
Contains descriptions of Java fields.
The implementation package contains any logic for intercepting method calls.
-
Uses of FieldDescription.InDefinedShape.AbstractBase in net.bytebuddy.description.field
Modifier and TypeClassDescriptionstatic classAn implementation of a field description for a loaded field.static classA 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.implementationModifier and TypeClassDescriptionprotected static classA description of a field that stores a cached value.