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
TypeDescription
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.ResolutionModifier and TypeClassDescriptionprotected 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.poolModifier and TypeInterfaceDescriptionstatic interface
A resolution of the generic types of aMethodDescription
.static interface
A resolution of the generic types of aTypeDescription
.Classes in net.bytebuddy.pool that implement TypePool.Default.LazyTypeDescription.GenericTypeToken.ResolutionModifier and TypeClassDescriptionstatic class
An implementation of a tokenized resolution of generic types of aMethodDescription
.static class
An implementation of a tokenized resolution of generic types of aTypeDescription
.static enum
A resolution of a type's, method's or field's generic types if its generic signature is malformed.static enum
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.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.