public class UnresolvedForwardReference extends JsonMappingException
JsonMappingException.Reference
Modifier and Type | Field and Description |
---|---|
private ReadableObjectId |
_roid |
private java.util.List<UnresolvedId> |
_unresolvedIds |
private static long |
serialVersionUID |
_path, _processor
Constructor and Description |
---|
UnresolvedForwardReference(com.fasterxml.jackson.core.JsonParser p,
java.lang.String msg) |
UnresolvedForwardReference(com.fasterxml.jackson.core.JsonParser p,
java.lang.String msg,
com.fasterxml.jackson.core.JsonLocation loc,
ReadableObjectId roid) |
UnresolvedForwardReference(java.lang.String msg)
Deprecated.
Since 2.7
|
UnresolvedForwardReference(java.lang.String msg,
com.fasterxml.jackson.core.JsonLocation loc,
ReadableObjectId roid)
Deprecated.
Since 2.7
|
Modifier and Type | Method and Description |
---|---|
void |
addUnresolvedId(java.lang.Object id,
java.lang.Class<?> type,
com.fasterxml.jackson.core.JsonLocation where) |
java.lang.String |
getMessage()
Method is overridden so that we can properly inject description
of problem path, if such is defined.
|
ReadableObjectId |
getRoid() |
java.lang.Object |
getUnresolvedId() |
java.util.List<UnresolvedId> |
getUnresolvedIds() |
_appendPathDesc, _buildMessage, from, from, from, from, from, from, from, from, fromUnexpectedIOE, getLocalizedMessage, getPath, getPathReference, getPathReference, getProcessor, prependPath, prependPath, prependPath, toString, wrapWithPath, wrapWithPath, wrapWithPath
getLocation, getMessageSuffix, getOriginalMessage
private static final long serialVersionUID
private ReadableObjectId _roid
private java.util.List<UnresolvedId> _unresolvedIds
public UnresolvedForwardReference(com.fasterxml.jackson.core.JsonParser p, java.lang.String msg, com.fasterxml.jackson.core.JsonLocation loc, ReadableObjectId roid)
public UnresolvedForwardReference(com.fasterxml.jackson.core.JsonParser p, java.lang.String msg)
@Deprecated public UnresolvedForwardReference(java.lang.String msg, com.fasterxml.jackson.core.JsonLocation loc, ReadableObjectId roid)
@Deprecated public UnresolvedForwardReference(java.lang.String msg)
public ReadableObjectId getRoid()
public java.lang.Object getUnresolvedId()
public void addUnresolvedId(java.lang.Object id, java.lang.Class<?> type, com.fasterxml.jackson.core.JsonLocation where)
public java.util.List<UnresolvedId> getUnresolvedIds()
public java.lang.String getMessage()
JsonMappingException
getMessage
in class JsonMappingException