Class NullValue
- java.lang.Object
-
- org.exoplatform.ws.frameworks.json.value.JsonValue
-
- org.exoplatform.ws.frameworks.json.value.impl.NullValue
-
public class NullValue extends JsonValue
- Version:
- $Id: NullValue.java 34417 2009-07-23 14:42:56Z dkatayev $
- Author:
- Andrey Parfonov
-
-
Constructor Summary
Constructors Constructor Description NullValue()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanisNull()StringtoString()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
-
-
-
-
Method Detail
-
isNull
public boolean isNull()
-
writeTo
public void writeTo(JsonWriter writer) throws JsonException
Write value in given writer.- Specified by:
writeToin classJsonValue- Parameters:
writer- Writer.- Throws:
JsonException- if any errors occurs.
-
-