public class MapAdapter<S,T> extends XmlAdapter<MapType,Map<S,T>>
MapAdapter()
MapType
marshal(Map<S,T> v)
Map<S,T>
unmarshal(MapType v)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public MapAdapter()
public MapType marshal(Map<S,T> v) throws Exception
marshal
XmlAdapter<MapType,Map<S,T>>
Exception
public Map<S,T> unmarshal(MapType v) throws Exception
unmarshal
Copyright © 2012–2016 The Apache Software Foundation. All rights reserved.