public class XmlGenericMapAdapter<K,V> extends XmlAdapter<GenericMapType<K,V>,Map<K,V>>
| Constructor and Description |
|---|
XmlGenericMapAdapter() |
| Modifier and Type | Method and Description |
|---|---|
GenericMapType<K,V> |
marshal(Map<K,V> v) |
Map<K,V> |
unmarshal(GenericMapType<K,V> v) |
Copyright © 2010–2016 The Apache Software Foundation. All rights reserved.