public class StringHashMapAdapter extends XmlAdapter<StringHashMap,HashMap<String,String>>
| Constructor and Description |
|---|
StringHashMapAdapter() |
| Modifier and Type | Method and Description |
|---|---|
StringHashMap |
marshal(HashMap<String,String> v) |
HashMap<String,String> |
unmarshal(StringHashMap v) |
public HashMap<String,String> unmarshal(StringHashMap v) throws Exception
unmarshal in class XmlAdapter<StringHashMap,HashMap<String,String>>Exceptionpublic StringHashMap marshal(HashMap<String,String> v) throws Exception
marshal in class XmlAdapter<StringHashMap,HashMap<String,String>>ExceptionCopyright © 2021 CERN European Organization for Nuclear Research. All rights reserved.