public final class JsonNull extends JsonElement
null
value.构造器和说明 |
---|
JsonNull()
已过时。
|
限定符和类型 | 方法和说明 |
---|---|
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
instead