public abstract class FieldKey<K extends FieldKey<K>> extends Object
| Modifier and Type | Field | Description |
|---|---|---|
protected int |
index |
|
protected String |
name |
|
protected K |
parent |
| Modifier | Constructor | Description |
|---|---|---|
protected |
FieldKey(String name,
int index) |
|
protected |
FieldKey(String name,
int index,
K parent) |
protected final String name
protected final int index
protected FieldKey(String name, int index)
public final K getParent()
public final String getName()
public final int getIndex()
public final boolean isAlias()
public abstract Type getType(Type javaType)
javaType - the type we are expecting to map from/toCopyright © 2018. All rights reserved.