| Package | Description |
|---|---|
| org.spincast.core.json |
| Modifier and Type | Method and Description |
|---|---|
Object |
JsonObject.get(String key) |
Object |
IJsonObject.get(String key)
Gets a property.
|
BigDecimal |
JsonObject.getBigDecimal(String key) |
BigDecimal |
IJsonObject.getBigDecimal(String key)
Gets a property as
BigDecimal. |
Boolean |
JsonObject.getBoolean(String key) |
Boolean |
IJsonObject.getBoolean(String key)
Gets a property as
Boolean. |
byte[] |
JsonObject.getBytesFromBase64String(String key) |
byte[] |
IJsonObject.getBytesFromBase64String(String key)
Gets a byte array, from a base 64 encoded property.
|
Date |
JsonObject.getDate(String key) |
Date |
IJsonObject.getDate(String key)
Gets a UTC timezoned date from a
ISO 8601 date property. |
Double |
JsonObject.getDouble(String key) |
Double |
IJsonObject.getDouble(String key)
Gets a property as
Double. |
Float |
JsonObject.getFloat(String key) |
Float |
IJsonObject.getFloat(String key)
Gets a property as
Float. |
Integer |
JsonObject.getInteger(String key) |
Integer |
IJsonObject.getInteger(String key)
Gets a property as
Integer. |
IJsonArray |
JsonObject.getJsonArray(String key) |
IJsonArray |
IJsonObject.getJsonArray(String key)
Gets a property as
IJsonArray. |
IJsonObject |
JsonObject.getJsonObject(String key) |
IJsonObject |
IJsonObject.getJsonObject(String key)
Gets a property as
IJsonObject. |
Long |
JsonObject.getLong(String key) |
Long |
IJsonObject.getLong(String key)
Gets a property as
Long. |
String |
JsonObject.getString(String key) |
String |
IJsonObject.getString(String key)
Gets a property as
String. |
Copyright © 2016. All rights reserved.