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>>>
Exception
public Map<String,List<String>> unmarshal(JaxbMapKeyList[] list) throws Exception
unmarshal
in class XmlAdapter<JaxbMapKeyList[],Map<String,List<String>>>
Exception
Copyright © 2017. All rights reserved.