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 creatingTypeDescription
s 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 class
RecordComponentDescription.ForLoadedRecordComponent
Represents a loaded record component.static class
RecordComponentDescription.Latent
A 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 class
TypePool.Default.LazyTypeDescription.LazyRecordComponentDescription
A lazy description of a record component.
-