public class JaxbMapKeyListAdapter extends XmlAdapter<JaxbMapKeyList[],Map<String,List<String>>>
| Constructor and Description |
|---|
JaxbMapKeyListAdapter() |
| Modifier and Type | Method and Description |
|---|---|
JaxbMapKeyList[] |
marshal(Map<String,List<String>> map) |
Map<String,List<String>> |
unmarshal(JaxbMapKeyList[] list) |
public JaxbMapKeyList[] marshal(Map<String,List<String>> map) throws Exception
marshal in class XmlAdapter<JaxbMapKeyList[],Map<String,List<String>>>Exceptionpublic Map<String,List<String>> unmarshal(JaxbMapKeyList[] list) throws Exception
unmarshal in class XmlAdapter<JaxbMapKeyList[],Map<String,List<String>>>ExceptionCopyright © 2016. All rights reserved.