Uses of Class
net.bytebuddy.pool.TypePool.Default.LazyTypeDescription.FieldToken
-
Packages that use TypePool.Default.LazyTypeDescription.FieldToken Package Description net.bytebuddy.pool Classes of this package allow for the creatingTypeDescription
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.FieldToken Modifier and Type Field Description private java.util.List<TypePool.Default.LazyTypeDescription.FieldToken>
TypePool.Default.LazyTypeDescription. fieldTokens
A list of field tokens describing the field's of this type.private java.util.List<TypePool.Default.LazyTypeDescription.FieldToken>
TypePool.Default.TypeExtractor. fieldTokens
A list of field tokens describing fields that are found on the visited type.
-