public class InvalidTypeIdException extends JsonMappingException
JsonMappingException.Reference
Modifier and Type | Field and 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
|
_path, _processor
Constructor and Description |
---|
InvalidTypeIdException(com.fasterxml.jackson.core.JsonParser p,
String msg,
JavaType baseType,
String typeId) |
Modifier and Type | Method and 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, from, fromUnexpectedIOE, getLocalizedMessage, getMessage, getPath, getPathReference, getPathReference, getProcessor, prependPath, prependPath, prependPath, toString, wrapWithPath, wrapWithPath, wrapWithPath
getLocation, getMessageSuffix, getOriginalMessage
addSuppressed, fillInStackTrace, getCause, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
Copyright © 2008–2022. All rights reserved.