Uses of Class
net.bytebuddy.pool.TypePool.Default.LazyTypeDescription.RecordComponentToken
-
Packages that use TypePool.Default.LazyTypeDescription.RecordComponentToken Package Description net.bytebuddy.pool Classes of this package allow for the creatingTypeDescription
s without loading any classes. -
-
Uses of TypePool.Default.LazyTypeDescription.RecordComponentToken in net.bytebuddy.pool
Fields in net.bytebuddy.pool with type parameters of type TypePool.Default.LazyTypeDescription.RecordComponentToken Modifier and Type Field Description private java.util.List<TypePool.Default.LazyTypeDescription.RecordComponentToken>
TypePool.Default.LazyTypeDescription. recordComponentTokens
A list of record component tokens describing the record components of this type.private java.util.List<TypePool.Default.LazyTypeDescription.RecordComponentToken>
TypePool.Default.TypeExtractor. recordComponentTokens
A list of record component tokens that are found on the visited type.
-