public class UnresolvedId
extends java.lang.Object
UnresolvedForwardReference
, to contain information about unresolved ids.Modifier and Type | Field and Description |
---|---|
private java.lang.Object |
_id |
private com.fasterxml.jackson.core.JsonLocation |
_location |
private java.lang.Class<?> |
_type |
Constructor and Description |
---|
UnresolvedId(java.lang.Object id,
java.lang.Class<?> type,
com.fasterxml.jackson.core.JsonLocation where) |
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
getId()
The id which is unresolved.
|
com.fasterxml.jackson.core.JsonLocation |
getLocation() |
java.lang.Class<?> |
getType()
The type of object which was expected.
|
java.lang.String |
toString() |
private final java.lang.Object _id
private final com.fasterxml.jackson.core.JsonLocation _location
private final java.lang.Class<?> _type
public UnresolvedId(java.lang.Object id, java.lang.Class<?> type, com.fasterxml.jackson.core.JsonLocation where)
public java.lang.Object getId()
public java.lang.Class<?> getType()
public com.fasterxml.jackson.core.JsonLocation getLocation()
public java.lang.String toString()
toString
in class java.lang.Object