public class UnresolvedId extends Object
UnresolvedForwardReference, to contain information about unresolved ids.| Constructor and Description |
|---|
UnresolvedId(Object id,
Class<?> type,
com.fasterxml.jackson.core.JsonLocation where) |
| Modifier and Type | Method and 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() |
Copyright © 2008–2021 FasterXML. All rights reserved.