Uses of Class
net.bytebuddy.pool.TypePool.Default.LazyTypeDescription.LazyFieldDescription
-
Packages that use TypePool.Default.LazyTypeDescription.LazyFieldDescription Package Description net.bytebuddy.pool Classes of this package allow for the creatingTypeDescription
s without loading any classes. -
-
Uses of TypePool.Default.LazyTypeDescription.LazyFieldDescription in net.bytebuddy.pool
Methods in net.bytebuddy.pool that return TypePool.Default.LazyTypeDescription.LazyFieldDescription Modifier and Type Method Description private TypePool.Default.LazyTypeDescription.LazyFieldDescription
TypePool.Default.LazyTypeDescription.FieldToken. toFieldDescription(TypePool.Default.LazyTypeDescription lazyTypeDescription)
Transforms this token into a lazy field description.
-