UnresolvedForwardReference
, to contain information about unresolved ids.
Modifier and Type | Field and Description |
---|---|
private final Object | |
private final JsonLocation | |
private final Class |
Access | Constructor and Description |
---|---|
public |
Modifier and Type | Method and Description |
---|---|
public Object | |
public JsonLocation | |
public Class | |
public String |
_id | back to summary |
---|---|
private final Object _id |
_location | back to summary |
---|---|
private final JsonLocation _location |
_type | back to summary |
---|---|
private final Class<?> _type |
UnresolvedId | back to summary |
---|---|
public UnresolvedId(Object id, Class<?> type, JsonLocation where) |
getId | back to summary |
---|---|
public Object getId() The id which is unresolved. |
getLocation | back to summary |
---|---|
public JsonLocation getLocation() |
getType | back to summary |
---|---|
public Class The type of object which was expected. |
toString | back to summary |
---|---|
public String toString() Overrides java. Doc from java. Returns a string representation of the object.
Satisfying this method's contract implies a non- |