public class ObjectMapAdapter extends javax.xml.bind.annotation.adapters.XmlAdapter<ObjectMap,Map<String,Object>>
ObjectMapAdapter()
ObjectMap
marshal(Map<String,Object> v)
Map<String,Object>
unmarshal(ObjectMap v)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public ObjectMapAdapter()
public ObjectMap marshal(Map<String,Object> v) throws Exception
marshal
javax.xml.bind.annotation.adapters.XmlAdapter<ObjectMap,Map<String,Object>>
Exception
public Map<String,Object> unmarshal(ObjectMap v) throws Exception
unmarshal