Uses of Interface
net.bytebuddy.pool.TypePool.Default.LazyTypeDescription.GenericTypeToken.Resolution
-
Packages that use TypePool.Default.LazyTypeDescription.GenericTypeToken.Resolution 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 in net.bytebuddy.pool
Classes in net.bytebuddy.pool with type parameters of type TypePool.Default.LazyTypeDescription.GenericTypeToken.Resolution Modifier and Type Class Description protected static class
TypePool.Default.GenericTypeExtractor.ForSignature<T extends TypePool.Default.LazyTypeDescription.GenericTypeToken.Resolution>
A signature visitor for extracting a generic type resolution.Subinterfaces of TypePool.Default.LazyTypeDescription.GenericTypeToken.Resolution in net.bytebuddy.pool Modifier and Type Interface Description static interface
TypePool.Default.LazyTypeDescription.GenericTypeToken.Resolution.ForMethod
A resolution of the generic types of aMethodDescription
.static interface
TypePool.Default.LazyTypeDescription.GenericTypeToken.Resolution.ForType
A resolution of the generic types of aTypeDescription
.Classes in net.bytebuddy.pool that implement TypePool.Default.LazyTypeDescription.GenericTypeToken.Resolution Modifier and Type Class Description static class
TypePool.Default.LazyTypeDescription.GenericTypeToken.Resolution.ForMethod.Tokenized
An implementation of a tokenized resolution of generic types of aMethodDescription
.static class
TypePool.Default.LazyTypeDescription.GenericTypeToken.Resolution.ForType.Tokenized
An implementation of a tokenized resolution of generic types of aTypeDescription
.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 with type parameters of type TypePool.Default.LazyTypeDescription.GenericTypeToken.Resolution Modifier and Type Method Description protected static <S extends TypePool.Default.LazyTypeDescription.GenericTypeToken.Resolution>
STypePool.Default.GenericTypeExtractor.ForSignature. extract(java.lang.String genericSignature, TypePool.Default.GenericTypeExtractor.ForSignature<S> visitor)
Applies an extraction of a generic signature given the supplied visitor.
-