public static interface TypePool.Default.LazyTypeDescription.GenericTypeToken.Resolution.ForField
FieldDescription.| Modifier and Type | Interface and Description |
|---|---|
static class |
TypePool.Default.LazyTypeDescription.GenericTypeToken.Resolution.ForField.Tokenized
An implementation of a tokenized resolution of the generic type of a
FieldDescription. |
| Modifier and Type | Method and Description |
|---|---|
TypeDescription.Generic |
resolveFieldType(String fieldTypeDescriptor,
TypePool typePool,
Map<String,List<TypePool.Default.LazyTypeDescription.AnnotationToken>> annotationTokens,
FieldDescription.InDefinedShape definingField)
Resolves the field type of the represented field.
|
TypeDescription.Generic resolveFieldType(String fieldTypeDescriptor, TypePool typePool, Map<String,List<TypePool.Default.LazyTypeDescription.AnnotationToken>> annotationTokens, FieldDescription.InDefinedShape definingField)
fieldTypeDescriptor - The descriptor of the raw field type.annotationTokens - A mapping of the represented types' type annotation tokens.typePool - The type pool to be used for locating non-generic type descriptions.definingField - The field that defines this type. @return A description of this field's type.Copyright © 2014–2019. All rights reserved.