public class UnresolvedId
extends java.lang.Object
UnresolvedForwardReference
, to contain information about unresolved ids.Constructor and Description |
---|
UnresolvedId(java.lang.Object id,
java.lang.Class<?> type,
JsonLocation where) |
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
getId()
The id which is unresolved.
|
JsonLocation |
getLocation() |
java.lang.Class<?> |
getType()
The type of object which was expected.
|
java.lang.String |
toString() |
public UnresolvedId(java.lang.Object id, java.lang.Class<?> type, JsonLocation where)
public java.lang.Object getId()
public java.lang.Class<?> getType()
public JsonLocation getLocation()
public java.lang.String toString()
toString
in class java.lang.Object
Copyright © 2010 - 2020 Adobe. All Rights Reserved