K
V
public abstract class MapAdapter<K,V> extends XmlAdapter<MapEntry[],Map<K,V>>
protected Class<K>
ktype
protected Class<V>
vtype
protected
MapAdapter()
MapEntry<K,V>[]
marshal(Map<K,V> map)
Map<K,V>
unmarshal(MapEntry[] entries)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
protected final Class<K> ktype
protected final Class<V> vtype
protected MapAdapter()
public MapEntry<K,V>[] marshal(Map<K,V> map)
marshal
XmlAdapter<MapEntry[],Map<K,V>>
public Map<K,V> unmarshal(MapEntry[] entries)
unmarshal
Copyright © 2023. All rights reserved.