@HashCodeAndEqualsPlugin.Enhance public static class TypePool.Default.LazyTypeDescription.GenericTypeToken.Resolution.ForType.Tokenized extends 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.ForRecordComponent, TypePool.Default.LazyTypeDescription.GenericTypeToken.Resolution.ForType, TypePool.Default.LazyTypeDescription.GenericTypeToken.Resolution.Malformed, TypePool.Default.LazyTypeDescription.GenericTypeToken.Resolution.Raw
Modifier | Constructor and Description |
---|---|
protected |
Tokenized(TypePool.Default.LazyTypeDescription.GenericTypeToken superClassToken,
List<TypePool.Default.LazyTypeDescription.GenericTypeToken> interfaceTypeTokens,
List<TypePool.Default.LazyTypeDescription.GenericTypeToken.OfFormalTypeVariable> typeVariableTokens)
Creates a new tokenized resolution of a
TypeDescription 's generic signatures. |
protected Tokenized(TypePool.Default.LazyTypeDescription.GenericTypeToken superClassToken, List<TypePool.Default.LazyTypeDescription.GenericTypeToken> interfaceTypeTokens, 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(String superClassDescriptor, TypePool typePool, Map<String,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(List<String> interfaceTypeDescriptors, TypePool typePool, Map<Integer,Map<String,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, Map<Integer,Map<String,List<TypePool.Default.LazyTypeDescription.AnnotationToken>>> annotationTokens, Map<Integer,Map<Integer,Map<String,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.Copyright © 2014–2020. All rights reserved.