Class UnresolvedId
- java.lang.Object
-
- com.fasterxml.jackson.databind.deser.UnresolvedId
-
public class UnresolvedId extends Object
Helper class forUnresolvedForwardReference
, to contain information about unresolved ids.- Author:
- pgelinas
-
-
Constructor Summary
Constructors Constructor Description UnresolvedId(Object id, Class<?> type, com.fasterxml.jackson.core.JsonLocation where)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Object
getId()
The id which is unresolved.com.fasterxml.jackson.core.JsonLocation
getLocation()
Class<?>
getType()
The type of object which was expected.String
toString()
-