Class UnresolvedId
java.lang.Object
tools.jackson.databind.deser.UnresolvedId
Helper class for
UnresolvedForwardReference, to contain information about unresolved ids.-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionUnresolvedId(Object id, Class<?> type, tools.jackson.core.TokenStreamLocation where) -
Method Summary
-
Field Details
-
_id
-
_location
private final tools.jackson.core.TokenStreamLocation _location -
_type
-
-
Constructor Details
-
UnresolvedId
-
-
Method Details
-
getId
The id which is unresolved. -
getType
The type of object which was expected. -
getLocation
public tools.jackson.core.TokenStreamLocation getLocation() -
descForException
-
toString
-