public class JaxbMapKeyListAdapter extends XmlAdapter<JaxbMapKeyList[],Map<String,List<String>>>
| Constructor and Description |
|---|
JaxbMapKeyListAdapter() |
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 © 2014. All rights reserved.