Uses of Interface
net.bytebuddy.pool.TypePool.Default.LazyTypeDescription.GenericTypeToken.Resolution.ForField
-
Packages that use TypePool.Default.LazyTypeDescription.GenericTypeToken.Resolution.ForField Package Description net.bytebuddy.pool Classes of this package allow for the creatingTypeDescription
s without loading any classes. -
-
Uses of TypePool.Default.LazyTypeDescription.GenericTypeToken.Resolution.ForField in net.bytebuddy.pool
Classes in net.bytebuddy.pool that implement TypePool.Default.LazyTypeDescription.GenericTypeToken.Resolution.ForField Modifier and Type Class Description static class
TypePool.Default.LazyTypeDescription.GenericTypeToken.Resolution.ForField.Tokenized
An implementation of a tokenized resolution of the generic type of aFieldDescription
.static class
TypePool.Default.LazyTypeDescription.GenericTypeToken.Resolution.Malformed
A resolution of a type's, method's or field's generic types if its generic signature is malformed.static class
TypePool.Default.LazyTypeDescription.GenericTypeToken.Resolution.Raw
A resolution of a type's, method's or field's generic types if all of the represented element's are raw.Methods in net.bytebuddy.pool that return TypePool.Default.LazyTypeDescription.GenericTypeToken.Resolution.ForField Modifier and Type Method Description static TypePool.Default.LazyTypeDescription.GenericTypeToken.Resolution.ForField
TypePool.Default.GenericTypeExtractor.ForSignature.OfField. extract(java.lang.String genericSignature)
Extracts a generic field resolution of a field signature.protected TypePool.Default.LazyTypeDescription.GenericTypeToken.Resolution.ForField
TypePool.Default.GenericTypeExtractor.ForSignature.OfField. resolve()
Completes the current resolution.
-