public static class TypePool.LazyTypeDescription.GenericTypeToken.Resolution.ForField.Tokenized extends Object implements TypePool.LazyTypeDescription.GenericTypeToken.Resolution.ForField
FieldDescription.TypePool.LazyTypeDescription.GenericTypeToken.Resolution.ForField.Tokenized| Constructor and Description |
|---|
Tokenized(TypePool.LazyTypeDescription.GenericTypeToken fieldTypeToken)
Creates a new tokenized resolution of a
FieldDescription's type. |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object other) |
int |
hashCode() |
GenericTypeDescription |
resolveFieldType(String fieldTypeDescriptor,
TypePool typePool,
FieldDescription definingField)
Resolves the field type of the represented field.
|
String |
toString() |
public Tokenized(TypePool.LazyTypeDescription.GenericTypeToken fieldTypeToken)
FieldDescription's type.fieldTypeToken - The token of the represented field's type.public GenericTypeDescription resolveFieldType(String fieldTypeDescriptor, TypePool typePool, FieldDescription definingField)
TypePool.LazyTypeDescription.GenericTypeToken.Resolution.ForFieldresolveFieldType in interface TypePool.LazyTypeDescription.GenericTypeToken.Resolution.ForFieldfieldTypeDescriptor - 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.