public class NullValue extends JsonValue
| Constructor and Description |
|---|
NullValue() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
isNull() |
String |
toString() |
void |
writeTo(JsonWriter writer)
Write value in given writer.
|
addElement, addElement, getBooleanValue, getByteValue, getDoubleValue, getElement, getElements, getFloatValue, getIntValue, getKeys, getLongValue, getNumberValue, getShortValue, getStringValue, isArray, isBoolean, isDouble, isLong, isNumeric, isObject, isString, sizepublic boolean isNull()
public void writeTo(JsonWriter writer) throws JsonException
writeTo in class JsonValuewriter - Writer.JsonException - if any errors occurs.Copyright © 2018 eXo Platform SAS. All Rights Reserved.