Package com.google.gwt.json.client
Class JSONNull
java.lang.Object
com.google.gwt.json.client.JSONValue
com.google.gwt.json.client.JSONNull
-
Method Summary
Modifier and TypeMethodDescriptionstatic JSONNullReturns the singleton null-valued JSON object.(package private) JavaScriptObjectInternal.isNull()Returnsthis, as this is a JSONNull.toString()Returns "null" to allow for formattingnullvalues.
-
Method Details
-
getInstance
Returns the singleton null-valued JSON object. -
isNull
-
toString
-
getUnwrapper
JavaScriptObject getUnwrapper()Description copied from class:JSONValueInternal. Returns a JS func that can unwrap this value. Used from native code.- Specified by:
getUnwrapperin classJSONValue
-