public static interface TypePool.LazyTypeDescription.GenericTypeToken.Resolution.ForField
FieldDescription.| Modifier and Type | Interface and Description |
|---|---|
static class |
TypePool.LazyTypeDescription.GenericTypeToken.Resolution.ForField.Tokenized
An implementation of a tokenized resolution of the generic type of a
FieldDescription. |
| Modifier and Type | Method and Description |
|---|---|
GenericTypeDescription |
resolveFieldType(String fieldTypeDescriptor,
TypePool typePool,
FieldDescription definingField)
Resolves the field type of the represented field.
|
GenericTypeDescription resolveFieldType(String fieldTypeDescriptor, TypePool typePool, FieldDescription definingField)
fieldTypeDescriptor - The descriptor of the raw field type.typePool - The type pool to be used for locating non-generic type descriptions.definingField - The field that defines this type.Copyright © 2014–2015. All rights reserved.