public static interface TypePool.Default.LazyTypeDescription.GenericTypeToken.OfFormalTypeVariable
| Modifier and Type | Method and Description |
|---|---|
TypeDescription.Generic |
toGenericType(TypePool typePool,
TypeVariableSource typeVariableSource,
Map<String,List<TypePool.Default.LazyTypeDescription.AnnotationToken>> annotationTokens,
Map<Integer,Map<String,List<TypePool.Default.LazyTypeDescription.AnnotationToken>>> boundaryAnnotationTokens)
Transforms this token into a generic type representation.
|
TypeDescription.Generic toGenericType(TypePool typePool, TypeVariableSource typeVariableSource, Map<String,List<TypePool.Default.LazyTypeDescription.AnnotationToken>> annotationTokens, Map<Integer,Map<String,List<TypePool.Default.LazyTypeDescription.AnnotationToken>>> boundaryAnnotationTokens)
typePool - The type pool to be used for locating non-generic type descriptions.typeVariableSource - The type variable source.annotationTokens - A mapping of the type variables' type annotations.boundaryAnnotationTokens - A mapping of the type variables' bounds' type annotation by their bound index.Copyright © 2014–2016. All rights reserved.