public class AttributesMapAdapter extends XmlAdapter<Attributes,HashMap<String,String>>
| Constructor and Description |
|---|
AttributesMapAdapter() |
| Modifier and Type | Method and Description |
|---|---|
Attributes |
marshal(HashMap<String,String> v) |
HashMap<String,String> |
unmarshal(Attributes v) |
public HashMap<String,String> unmarshal(Attributes v) throws Exception
unmarshal in class XmlAdapter<Attributes,HashMap<String,String>>Exceptionpublic Attributes marshal(HashMap<String,String> v) throws Exception
marshal in class XmlAdapter<Attributes,HashMap<String,String>>ExceptionCopyright © 2017 Digipost Open Source. All rights reserved.