Package kong.unirest.modules.gson
Class GsonNull
java.lang.Object
kong.unirest.modules.gson.GsonElement<com.google.gson.JsonNull>
kong.unirest.modules.gson.GsonNull
- All Implemented Interfaces:
JsonEngine.Element
,JsonEngine.Primitive
-
Field Summary
Fields inherited from class kong.unirest.modules.gson.GsonElement
element
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class kong.unirest.modules.gson.GsonElement
equals, getAsBigDecimal, getAsBigInteger, getAsBoolean, getAsDouble, getAsFloat, getAsInt, getAsJsonArray, getAsJsonObject, getAsJsonPrimitive, getAsLong, getAsPrimitive, getAsString, getEngineElement, hashCode, isJsonArray, isJsonNull, isJsonObject, isJsonPrimitive
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface kong.unirest.core.json.JsonEngine.Element
getAsBigDecimal, getAsBigInteger, getAsBoolean, getAsDouble, getAsFloat, getAsInt, getAsJsonArray, getAsJsonObject, getAsJsonPrimitive, getAsLong, getAsPrimitive, getAsString, getEngineElement, isJsonArray, isJsonNull, isJsonObject, isJsonPrimitive
-
Constructor Details
-
GsonNull
GsonNull()
-
-
Method Details
-
isBoolean
public boolean isBoolean()- Specified by:
isBoolean
in interfaceJsonEngine.Primitive
-
isNumber
public boolean isNumber()- Specified by:
isNumber
in interfaceJsonEngine.Primitive
-