public static interface TypePool.LazyTypeDescription.GenericTypeToken.Resolution.ForType extends TypePool.LazyTypeDescription.GenericTypeToken.Resolution
TypeDescription.| Modifier and Type | Interface and Description |
|---|---|
static class |
TypePool.LazyTypeDescription.GenericTypeToken.Resolution.ForType.Tokenized
An implementation of a tokenized resolution of generic types of a
TypeDescription. |
TypePool.LazyTypeDescription.GenericTypeToken.Resolution.ForField, TypePool.LazyTypeDescription.GenericTypeToken.Resolution.ForMethod, TypePool.LazyTypeDescription.GenericTypeToken.Resolution.ForType, TypePool.LazyTypeDescription.GenericTypeToken.Resolution.Malformed, TypePool.LazyTypeDescription.GenericTypeToken.Resolution.Raw| Modifier and Type | Method and Description |
|---|---|
GenericTypeList |
resolveInterfaceTypes(List<String> interfaceTypeDescriptors,
TypePool typePool,
TypeDescription definingType)
Resolves the generic interface types of the represented type.
|
GenericTypeDescription |
resolveSuperType(String superTypeDescriptor,
TypePool typePool,
TypeDescription definingType)
Resolves the generic super type of the represented type.
|
resolveTypeVariablesGenericTypeDescription resolveSuperType(String superTypeDescriptor, TypePool typePool, TypeDescription definingType)
superTypeDescriptor - The descriptor of the raw super type.typePool - The type pool to be used for locating non-generic type descriptions.definingType - The type that defines this super type.GenericTypeList resolveInterfaceTypes(List<String> interfaceTypeDescriptors, TypePool typePool, TypeDescription definingType)
interfaceTypeDescriptors - The descriptor of the raw interface types.typePool - The type pool to be used for locating non-generic type descriptions.definingType - The type that defines these interface type.Copyright © 2014–2015. All rights reserved.