Class StringMap

java.lang.Object
java.util.AbstractMap<K,V>
java.util.HashMap<String,Object>
org.xwiki.livedata.rest.model.jaxb.StringMap
All Implemented Interfaces:
Serializable, Cloneable, Map<String,Object>

public class StringMap extends HashMap<String,Object>
A Java equivalent of a JSON map.

We don't generate this class from the schema because we need the XmlJavaTypeAdapter annotation. We tried various ways to add the XmlJavaTypeAdapter annotation to the schema-generated class from the separate bindings file but none succeeded.

Since:
12.10
Version:
$Id: 7f0e10aa1db08d0c0c9006b45e6a734c56fc608b $
See Also: