@HashCodeAndEqualsPlugin.Enhance public static class TypePool.Default.LazyTypeDescription.GenericTypeToken.Resolution.ForType.Tokenized extends java.lang.Object implements TypePool.Default.LazyTypeDescription.GenericTypeToken.Resolution.ForType
TypeDescription
.TypePool.Default.LazyTypeDescription.GenericTypeToken.Resolution.ForType.Tokenized
TypePool.Default.LazyTypeDescription.GenericTypeToken.Resolution.ForField, TypePool.Default.LazyTypeDescription.GenericTypeToken.Resolution.ForMethod, TypePool.Default.LazyTypeDescription.GenericTypeToken.Resolution.ForType, TypePool.Default.LazyTypeDescription.GenericTypeToken.Resolution.Malformed, TypePool.Default.LazyTypeDescription.GenericTypeToken.Resolution.Raw
Modifier and Type | Field and Description |
---|---|
private java.util.List<TypePool.Default.LazyTypeDescription.GenericTypeToken> |
interfaceTypeTokens
The interface type's generic type tokens.
|
private TypePool.Default.LazyTypeDescription.GenericTypeToken |
superClassToken
The super type's generic type token.
|
private java.util.List<TypePool.Default.LazyTypeDescription.GenericTypeToken.OfFormalTypeVariable> |
typeVariableTokens
The type variables generic type tokens.
|
Modifier | Constructor and Description |
---|---|
protected |
Tokenized(TypePool.Default.LazyTypeDescription.GenericTypeToken superClassToken,
java.util.List<TypePool.Default.LazyTypeDescription.GenericTypeToken> interfaceTypeTokens,
java.util.List<TypePool.Default.LazyTypeDescription.GenericTypeToken.OfFormalTypeVariable> typeVariableTokens)
Creates a new tokenized resolution of a
TypeDescription 's generic signatures. |
Modifier and Type | Method and Description |
---|---|
TypeList.Generic |
resolveInterfaceTypes(java.util.List<java.lang.String> interfaceTypeDescriptors,
TypePool typePool,
java.util.Map<java.lang.Integer,java.util.Map<java.lang.String,java.util.List<TypePool.Default.LazyTypeDescription.AnnotationToken>>> annotationTokens,
TypeDescription definingType)
Resolves the generic interface types of the represented type.
|
TypeDescription.Generic |
resolveSuperClass(java.lang.String superClassDescriptor,
TypePool typePool,
java.util.Map<java.lang.String,java.util.List<TypePool.Default.LazyTypeDescription.AnnotationToken>> annotationTokens,
TypeDescription definingType)
Resolves the generic super type of the represented type.
|
TypeList.Generic |
resolveTypeVariables(TypePool typePool,
TypeVariableSource typeVariableSource,
java.util.Map<java.lang.Integer,java.util.Map<java.lang.String,java.util.List<TypePool.Default.LazyTypeDescription.AnnotationToken>>> annotationTokens,
java.util.Map<java.lang.Integer,java.util.Map<java.lang.Integer,java.util.Map<java.lang.String,java.util.List<TypePool.Default.LazyTypeDescription.AnnotationToken>>>> boundAnnotationTokens)
Resolves the type variables of the represented element.
|
private final TypePool.Default.LazyTypeDescription.GenericTypeToken superClassToken
private final java.util.List<TypePool.Default.LazyTypeDescription.GenericTypeToken> interfaceTypeTokens
private final java.util.List<TypePool.Default.LazyTypeDescription.GenericTypeToken.OfFormalTypeVariable> typeVariableTokens
protected Tokenized(TypePool.Default.LazyTypeDescription.GenericTypeToken superClassToken, java.util.List<TypePool.Default.LazyTypeDescription.GenericTypeToken> interfaceTypeTokens, java.util.List<TypePool.Default.LazyTypeDescription.GenericTypeToken.OfFormalTypeVariable> typeVariableTokens)
TypeDescription
's generic signatures.superClassToken
- The super class's generic type token.interfaceTypeTokens
- The interface type's generic type tokens.typeVariableTokens
- The type variables generic type tokens.public TypeDescription.Generic resolveSuperClass(java.lang.String superClassDescriptor, TypePool typePool, java.util.Map<java.lang.String,java.util.List<TypePool.Default.LazyTypeDescription.AnnotationToken>> annotationTokens, TypeDescription definingType)
resolveSuperClass
in interface TypePool.Default.LazyTypeDescription.GenericTypeToken.Resolution.ForType
superClassDescriptor
- The descriptor of the raw super type.typePool
- The type pool to be used for locating non-generic type descriptions.annotationTokens
- A mapping of the super type's type annotation tokens.definingType
- The type that defines this super type.public TypeList.Generic resolveInterfaceTypes(java.util.List<java.lang.String> interfaceTypeDescriptors, TypePool typePool, java.util.Map<java.lang.Integer,java.util.Map<java.lang.String,java.util.List<TypePool.Default.LazyTypeDescription.AnnotationToken>>> annotationTokens, TypeDescription definingType)
resolveInterfaceTypes
in interface TypePool.Default.LazyTypeDescription.GenericTypeToken.Resolution.ForType
interfaceTypeDescriptors
- The descriptor of the raw interface types.typePool
- The type pool to be used for locating non-generic type descriptions.annotationTokens
- A mapping of the interface types' type annotation tokens by their indices.definingType
- The type that defines these interface type.public TypeList.Generic resolveTypeVariables(TypePool typePool, TypeVariableSource typeVariableSource, java.util.Map<java.lang.Integer,java.util.Map<java.lang.String,java.util.List<TypePool.Default.LazyTypeDescription.AnnotationToken>>> annotationTokens, java.util.Map<java.lang.Integer,java.util.Map<java.lang.Integer,java.util.Map<java.lang.String,java.util.List<TypePool.Default.LazyTypeDescription.AnnotationToken>>>> boundAnnotationTokens)
resolveTypeVariables
in interface TypePool.Default.LazyTypeDescription.GenericTypeToken.Resolution
typePool
- The type pool to be used for locating non-generic type descriptions.typeVariableSource
- The type variable source to use for resolving type variables.annotationTokens
- A mapping of the type variables' type annotation tokens by their indices.boundAnnotationTokens
- A mapping of the type variables' bounds' type annotation tokens by their indices
and each type variable's index.