Class UnresolvedId
java.lang.Object
com.fasterxml.jackson.databind.deser.UnresolvedId
Helper class for
UnresolvedForwardReference, to contain information about unresolved ids.- Author:
- pgelinas
-
Constructor Summary
ConstructorsConstructorDescriptionUnresolvedId(Object id, Class<?> type, com.fasterxml.jackson.core.JsonLocation where) -
Method Summary
-
Constructor Details
-
UnresolvedId
-
-
Method Details
-
getId
The id which is unresolved. -
getType
The type of object which was expected. -
getLocation
public com.fasterxml.jackson.core.JsonLocation getLocation() -
toString
-