public class JsonMap extends LinkedHashMap<String,Object>
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Constructor and Description |
|---|
JsonMap() |
JsonMap(MarshallerMode mode) |
JsonMap(MarshallerMode mode,
Map<String,String> extras) |
| Modifier and Type | Method and Description |
|---|---|
Object |
put(String key,
Object value) |
Object |
put(String key,
Object value,
MarshallerMode mode) |
String |
toString() |
clear, containsValue, get, removeEldestEntryclone, containsKey, entrySet, isEmpty, keySet, putAll, remove, size, valuesequals, hashCodepublic JsonMap()
public JsonMap(MarshallerMode mode)
public JsonMap(MarshallerMode mode, Map<String,String> extras)
public Object put(String key, Object value, MarshallerMode mode)
public String toString()
toString in class AbstractMap<String,Object>AbstractMap.toString()Copyright © 2014. All rights reserved.