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
JsonValuewriteTo in class JsonValuewriter - Writer.JsonException - if any errors occurs.Copyright © 2012–2016 Codenvy, S.A.. All rights reserved.