Package com.google.gson
Class JsonNull
java.lang.Object
com.google.gson.JsonElement
com.google.gson.JsonNull
A class representing a Json
null
value.- Since:
- 1.2
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.google.gson.JsonElement
getAsBigDecimal, getAsBigInteger, getAsBoolean, getAsByte, getAsCharacter, getAsDouble, getAsFloat, getAsInt, getAsJsonArray, getAsJsonNull, getAsJsonObject, getAsJsonPrimitive, getAsLong, getAsNumber, getAsShort, getAsString, isJsonArray, isJsonNull, isJsonObject, isJsonPrimitive, toString
-
Field Details
-
INSTANCE
singleton for JsonNull- Since:
- 1.8
-
-
Constructor Details
-
JsonNull
Deprecated.Creates a new JsonNull object. Deprecated since Gson version 1.8. UseINSTANCE
instead
-
-
Method Details
-
deepCopy
Returns the same instance since it is an immutable value- Specified by:
deepCopy
in classJsonElement
- Since:
- 2.8.2
-
hashCode
public int hashCode()All instances of JsonNull have the same hash code since they are indistinguishable -
equals
All instances of JsonNull are the same
-