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 String |
_typeId
Type id that failed to be resolved to a subtype; `null` in cases
where no type id was located (since 2.9).
|
_targetType_path, _processor_location| Constructor and Description |
|---|
InvalidTypeIdException(JsonParser p,
String msg,
JavaType baseType,
String typeId) |
| Modifier and Type | Method and Description |
|---|---|
static InvalidTypeIdException |
from(JsonParser p,
String msg,
JavaType baseType,
String typeId) |
JavaType |
getBaseType() |
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, withCause, wrapWithPath, wrapWithPath, wrapWithPathclearLocation, getLocation, getMessageSuffix, getOriginalMessageaddSuppressed, fillInStackTrace, getCause, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTraceprotected final JavaType _baseType
protected final String _typeId
public InvalidTypeIdException(JsonParser p, String msg, JavaType baseType, String typeId)
public static InvalidTypeIdException from(JsonParser p, String msg, JavaType baseType, String typeId)
public JavaType getBaseType()
public String getTypeId()
Copyright © 2008–2022 FasterXML. All rights reserved.