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 creatingTypeDescriptions 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 classTypePool.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 interfaceTypePool.Default.LazyTypeDescription.GenericTypeToken.Resolution.ForMethodA resolution of the generic types of aMethodDescription.static interfaceTypePool.Default.LazyTypeDescription.GenericTypeToken.Resolution.ForTypeA 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 classTypePool.Default.LazyTypeDescription.GenericTypeToken.Resolution.ForMethod.TokenizedAn implementation of a tokenized resolution of generic types of aMethodDescription.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.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.
-