Uses of Interface
net.bytebuddy.pool.TypePool.Default.LazyTypeDescription.GenericTypeToken.Resolution.ForType
-
Packages that use TypePool.Default.LazyTypeDescription.GenericTypeToken.Resolution.ForType Package Description net.bytebuddy.pool Classes of this package allow for the creatingTypeDescriptions without loading any classes. -
-
Uses of TypePool.Default.LazyTypeDescription.GenericTypeToken.Resolution.ForType in net.bytebuddy.pool
Classes in net.bytebuddy.pool that implement TypePool.Default.LazyTypeDescription.GenericTypeToken.Resolution.ForType Modifier and Type Class Description static classTypePool.Default.LazyTypeDescription.GenericTypeToken.Resolution.ForType.TokenizedAn implementation of a tokenized resolution of generic types of aTypeDescription.static classTypePool.Default.LazyTypeDescription.GenericTypeToken.Resolution.MalformedA resolution of a type's, method's or field's generic types if its generic signature is malformed.static classTypePool.Default.LazyTypeDescription.GenericTypeToken.Resolution.RawA resolution of a type's, method's or field's generic types if all of the represented element's are raw.Fields in net.bytebuddy.pool declared as TypePool.Default.LazyTypeDescription.GenericTypeToken.Resolution.ForType Modifier and Type Field Description private TypePool.Default.LazyTypeDescription.GenericTypeToken.Resolution.ForTypeTypePool.Default.LazyTypeDescription. signatureResolutionThe resolution of this type's generic type.Methods in net.bytebuddy.pool that return TypePool.Default.LazyTypeDescription.GenericTypeToken.Resolution.ForType Modifier and Type Method Description static TypePool.Default.LazyTypeDescription.GenericTypeToken.Resolution.ForTypeTypePool.Default.GenericTypeExtractor.ForSignature.OfType. extract(java.lang.String genericSignature)Extracts a generic type resolution of a type signature.TypePool.Default.LazyTypeDescription.GenericTypeToken.Resolution.ForTypeTypePool.Default.GenericTypeExtractor.ForSignature.OfType. resolve()Completes the current resolution.
-