public class XmlHashMapAdapter<T> extends XmlAdapter<XmlHashMap,Map<String,T>>
| Constructor and Description |
|---|
XmlHashMapAdapter() |
| Modifier and Type | Method and Description |
|---|---|
XmlHashMap |
marshal(Map<String,T> v) |
protected XmlHashMapEntry |
supplier() |
HashMap<String,T> |
unmarshal(XmlHashMap v) |
public HashMap<String,T> unmarshal(XmlHashMap v) throws Exception
unmarshal in class XmlAdapter<XmlHashMap,Map<String,T>>Exceptionpublic XmlHashMap marshal(Map<String,T> v) throws Exception
marshal in class XmlAdapter<XmlHashMap,Map<String,T>>Exceptionprotected XmlHashMapEntry supplier()
Copyright © 2020 CERN European Organization for Nuclear Research. All rights reserved.