public class UnresolvedId extends Object
UnresolvedForwardReference, to contain information about unresolved ids.| Constructor and Description | 
|---|
| UnresolvedId(Object id,
            Class<?> type,
            JsonLocation where) | 
| Modifier and Type | Method and Description | 
|---|---|
| Object | getId()The id which is unresolved. | 
| JsonLocation | getLocation() | 
| Class<?> | getType()The type of object which was expected. | 
| String | toString() | 
public UnresolvedId(Object id, Class<?> type, JsonLocation where)
Copyright © 2008–2020 FasterXML. All rights reserved.