public class InvalidNullException extends MismatchedInputException
JsonSetter
).JsonMappingException.Reference
Modifier and Type | Field and Description |
---|---|
protected PropertyName |
_propertyName
Name of property, if known, for which null was encountered.
|
_targetType
_path, _processor
Modifier | Constructor and Description |
---|---|
protected |
InvalidNullException(DeserializationContext ctxt,
String msg,
PropertyName pname) |
Modifier and Type | Method and Description |
---|---|
static InvalidNullException |
from(DeserializationContext ctxt,
PropertyName name,
JavaType type) |
PropertyName |
getPropertyName() |
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 PropertyName _propertyName
protected InvalidNullException(DeserializationContext ctxt, String msg, PropertyName pname)
public static InvalidNullException from(DeserializationContext ctxt, PropertyName name, JavaType type)
public PropertyName getPropertyName()
Copyright © 2008–2024 FasterXML. All rights reserved.