Serializable
public class InvalidTypeIdException extends MismatchedInputException
JsonMappingException.Reference
Modifier and Type | Field | Description |
---|---|---|
protected JavaType |
_baseType |
Basetype for which subtype was to be resolved
|
protected String |
_typeId |
Type id that failed to be resolved to a subtype; `null` in cases
where no type id was located (since 2.9).
|
_path, _processor
_targetType
Constructor | Description |
---|---|
InvalidTypeIdException(com.fasterxml.jackson.core.JsonParser p,
String msg,
JavaType baseType,
String typeId) |
Modifier and Type | Method | Description |
---|---|---|
static InvalidTypeIdException |
from(com.fasterxml.jackson.core.JsonParser p,
String msg,
JavaType baseType,
String typeId) |
|
JavaType |
getBaseType() |
|
String |
getTypeId() |
_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
from, from, from, getTargetType, setTargetType
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
addSuppressed, fillInStackTrace, getCause, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
Copyright © 2008–2018. All rights reserved.