public class JsonStorageAggregator extends java.lang.Object implements IJsonStorageReader
| Constructor and Description |
|---|
JsonStorageAggregator(java.util.List<IJsonStorageReader> jsonStorageReaders) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
get(java.lang.String key) |
org.json.JSONObject |
getData() |
public JsonStorageAggregator(java.util.List<IJsonStorageReader> jsonStorageReaders)
public org.json.JSONObject getData()
getData in interface IJsonStorageReaderpublic java.lang.Object get(java.lang.String key)
get in interface IJsonStorageReader