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, wrapWithPath, wrapWithPath, wrapWithPath
clearLocation, getLocation, getMessageSuffix, getOriginalMessage
addSuppressed, fillInStackTrace, getCause, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
protected 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 © 2021 JBoss by Red Hat. All rights reserved.