Uses of Class
net.bytebuddy.pool.TypePool.Default.LazyTypeDescription.FieldToken
Packages that use TypePool.Default.LazyTypeDescription.FieldToken
Package
Description
Classes of this package allow for the creating
TypeDescription
s without
loading any classes.-
Uses of TypePool.Default.LazyTypeDescription.FieldToken in net.bytebuddy.pool
Fields in net.bytebuddy.pool with type parameters of type TypePool.Default.LazyTypeDescription.FieldTokenModifier and TypeFieldDescriptionprivate final List<TypePool.Default.LazyTypeDescription.FieldToken>
TypePool.Default.LazyTypeDescription.fieldTokens
A list of field tokens describing the field's of this type.private final List<TypePool.Default.LazyTypeDescription.FieldToken>
TypePool.Default.TypeExtractor.fieldTokens
A list of field tokens describing fields that are found on the visited type.