Class NullValue
java.lang.Object
org.exoplatform.ws.frameworks.json.value.JsonValue
org.exoplatform.ws.frameworks.json.value.impl.NullValue
- Version:
- $Id: NullValue.java 34417 2009-07-23 14:42:56Z dkatayev $
- Author:
- Andrey Parfonov
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanisNull()toString()voidwriteTo(JsonWriter writer) Write value in given writer.Methods inherited from class org.exoplatform.ws.frameworks.json.value.JsonValue
addElement, addElement, getBooleanValue, getByteValue, getDoubleValue, getElement, getElements, getFloatValue, getIntValue, getKeys, getLongValue, getNumberValue, getShortValue, getStringValue, isArray, isBoolean, isDouble, isLong, isNumeric, isObject, isString, size
-
Constructor Details
-
NullValue
public NullValue()
-
-
Method Details
-
isNull
public boolean isNull() -
toString
-
writeTo
Write value in given writer.- Specified by:
writeToin classJsonValue- Parameters:
writer- Writer.- Throws:
JsonException- if any errors occurs.
-