@Deprecated
public final class NullProvider
extends java.lang.Object
implements java.io.Serializable
Modifier and Type | Field and Description |
---|---|
private boolean |
_isPrimitive
Deprecated.
|
private java.lang.Object |
_nullValue
Deprecated.
|
private java.lang.Class<?> |
_rawType
Deprecated.
|
private static long |
serialVersionUID
Deprecated.
|
Constructor and Description |
---|
NullProvider(JavaType type,
java.lang.Object nullValue)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
nullValue(DeserializationContext ctxt)
Deprecated.
|
private static final long serialVersionUID
private final java.lang.Object _nullValue
private final boolean _isPrimitive
private final java.lang.Class<?> _rawType
public NullProvider(JavaType type, java.lang.Object nullValue)
public java.lang.Object nullValue(DeserializationContext ctxt) throws com.fasterxml.jackson.core.JsonProcessingException
com.fasterxml.jackson.core.JsonProcessingException