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.
-
-
Constructor Summary
Constructors Constructor Description UnresolvedId(Object id, Class<?> type, JsonLocation where)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ObjectgetId()The id which is unresolved.JsonLocationgetLocation()Class<?>getType()The type of object which was expected.StringtoString()
-
-
-
Constructor Detail
-
UnresolvedId
public UnresolvedId(Object id, Class<?> type, JsonLocation where)
-
-