Uses of Interface
net.bytebuddy.pool.TypePool.Default.LazyTypeDescription.GenericTypeToken.Resolution
Packages that use TypePool.Default.LazyTypeDescription.GenericTypeToken.Resolution
Package
Description
Classes of this package allow for the creating
TypeDescriptions 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.ResolutionModifier and TypeClassDescriptionprotected 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.poolModifier and TypeInterfaceDescriptionstatic interfaceA resolution of the generic types of aMethodDescription.static interfaceA resolution of the generic types of aTypeDescription.Classes in net.bytebuddy.pool that implement TypePool.Default.LazyTypeDescription.GenericTypeToken.ResolutionModifier and TypeClassDescriptionstatic classAn implementation of a tokenized resolution of generic types of aMethodDescription.static classAn implementation of a tokenized resolution of generic types of aTypeDescription.static enumA resolution of a type's, method's or field's generic types if its generic signature is malformed.static enumA 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.ResolutionModifier and TypeMethodDescriptionprotected static <S extends TypePool.Default.LazyTypeDescription.GenericTypeToken.Resolution>
STypePool.Default.GenericTypeExtractor.ForSignature.extract(String genericSignature, TypePool.Default.GenericTypeExtractor.ForSignature<S> visitor) Applies an extraction of a generic signature given the supplied visitor.