| Package | Description |
|---|---|
| org.osgl.util |
| Modifier and Type | Class and Description |
|---|---|
class |
KVStore
|
| Modifier and Type | Method and Description |
|---|---|
KV |
KVCodec.parse(String s) |
KV |
KV.putValue(String key,
Object val)
Add an new pair (key, val) into the store.
|
KV |
KV.putValues(Map<String,Object> kvMap)
Put all (key, value) pair from an normal map into this KV map.
|
KV |
KVCodec.resolve(String value) |
| Modifier and Type | Method and Description |
|---|---|
Class<KV> |
KVCodec.targetClass() |
| Modifier and Type | Method and Description |
|---|---|
String |
KVCodec.toJSONString(KV o) |
String |
KVCodec.toString(KV o) |
Copyright © 2017. All Rights Reserved.