public class InvalidTypeIdException extends MismatchedInputException
JsonMappingException.Reference
Modifier and Type | Field and Description |
---|---|
protected JavaType |
_baseType
Basetype for which subtype was to be resolved
|
protected java.lang.String |
_typeId
Type id that failed to be resolved to a subtype; `null` in cases
where no type id was located (since 2.9).
|
private static long |
serialVersionUID |
_targetType
_path, _processor
Constructor and Description |
---|
InvalidTypeIdException(com.fasterxml.jackson.core.JsonParser p,
java.lang.String msg,
JavaType baseType,
java.lang.String typeId) |
Modifier and Type | Method and Description |
---|---|
static InvalidTypeIdException |
from(com.fasterxml.jackson.core.JsonParser p,
java.lang.String msg,
JavaType baseType,
java.lang.String typeId) |
JavaType |
getBaseType() |
java.lang.String |
getTypeId() |
from, from, from, getTargetType, setTargetType
_appendPathDesc, _buildMessage, from, from, from, from, from, from, from, fromUnexpectedIOE, getLocalizedMessage, getMessage, getPath, getPathReference, getPathReference, getProcessor, prependPath, prependPath, prependPath, toString, wrapWithPath, wrapWithPath, wrapWithPath
clearLocation, getLocation, getMessageSuffix, getOriginalMessage
private static final long serialVersionUID
protected final JavaType _baseType
protected final java.lang.String _typeId
public InvalidTypeIdException(com.fasterxml.jackson.core.JsonParser p, java.lang.String msg, JavaType baseType, java.lang.String typeId)
public static InvalidTypeIdException from(com.fasterxml.jackson.core.JsonParser p, java.lang.String msg, JavaType baseType, java.lang.String typeId)
public JavaType getBaseType()
public java.lang.String getTypeId()