Package | Description |
---|---|
net.bytebuddy.pool |
Classes of this package allow for the creating
TypeDescription s without
loading any classes. |
Modifier and Type | Method and Description |
---|---|
private TypePool.Default.LazyTypeDescription.LazyFieldDescription |
TypePool.Default.LazyTypeDescription.FieldToken.toFieldDescription(TypePool.Default.LazyTypeDescription lazyTypeDescription)
Transforms this token into a lazy field description.
|
private MethodDescription.InDefinedShape |
TypePool.Default.LazyTypeDescription.MethodToken.toMethodDescription(TypePool.Default.LazyTypeDescription lazyTypeDescription)
Transforms this method token to a method description that is attached to a lazy type description.
|