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