Uses of Class
net.bytebuddy.description.type.RecordComponentDescription.InDefinedShape.AbstractBase
-
Packages that use RecordComponentDescription.InDefinedShape.AbstractBase Package Description net.bytebuddy.description.type Contains descriptions of Java types and packages.net.bytebuddy.pool Classes of this package allow for the creatingTypeDescriptions without loading any classes. -
-
Uses of RecordComponentDescription.InDefinedShape.AbstractBase in net.bytebuddy.description.type
Subclasses of RecordComponentDescription.InDefinedShape.AbstractBase in net.bytebuddy.description.type Modifier and Type Class Description static classRecordComponentDescription.ForLoadedRecordComponentRepresents a loaded record component.static classRecordComponentDescription.LatentA latent record component description. -
Uses of RecordComponentDescription.InDefinedShape.AbstractBase in net.bytebuddy.pool
Subclasses of RecordComponentDescription.InDefinedShape.AbstractBase in net.bytebuddy.pool Modifier and Type Class Description private classTypePool.Default.LazyTypeDescription.LazyRecordComponentDescriptionA lazy description of a record component.
-