public class MapAdapter extends XmlAdapter<Element,Map<String,String>>
MapAdapter()
Element
marshal(Map<String,String> map)
Map<String,String>
unmarshal(Element rootElement)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public MapAdapter() throws Exception
Exception
public Element marshal(Map<String,String> map) throws Exception
marshal
XmlAdapter<Element,Map<String,String>>
public Map<String,String> unmarshal(Element rootElement) throws Exception
unmarshal
Copyright © 2019. All Rights Reserved.