public final class JsonNull extends JsonElement
null
value.Modifier and Type | Field and Description |
---|---|
static JsonNull |
INSTANCE
singleton for JsonNull
|
Constructor and Description |
---|
JsonNull()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object other)
All instances of JsonNull are the same
|
int |
hashCode()
All instances of JsonNull have the same hash code since they are indistinguishable
|
getAsBigDecimal, getAsBigInteger, getAsBoolean, getAsByte, getAsCharacter, getAsDouble, getAsFloat, getAsInt, getAsJsonArray, getAsJsonNull, getAsJsonObject, getAsJsonPrimitive, getAsLong, getAsNumber, getAsShort, getAsString, isJsonArray, isJsonNull, isJsonObject, isJsonPrimitive, toString
public static final JsonNull INSTANCE
@Deprecated public JsonNull()
INSTANCE
insteadCopyright © 2016. All Rights Reserved.