public class MapAdapter extends XmlAdapter<MapType,Map<String,String>>
MapAdapter()
MapType
marshal(Map<String,String> v)
Map<String,String>
unmarshal(MapType v)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public MapAdapter()
public MapType marshal(Map<String,String> v) throws Exception
marshal
XmlAdapter<MapType,Map<String,String>>
Exception
public Map<String,String> unmarshal(MapType v) throws Exception
unmarshal
Copyright © 2019. All rights reserved.