K - Map KeyV - Map Valuepublic class GenericMapAdapter<K,V> extends XmlAdapter<GenericMapAdapter.KeyValuePairContainer<K,V>,Map<K,V>>
| Modifier and Type | Class and Description |
|---|---|
static class |
GenericMapAdapter.KeyValuePair<K,V> |
static class |
GenericMapAdapter.KeyValuePairContainer<K,V> |
| Constructor and Description |
|---|
GenericMapAdapter() |
| Modifier and Type | Method and Description |
|---|---|
GenericMapAdapter.KeyValuePairContainer<K,V> |
marshal(Map<K,V> v) |
Map<K,V> |
unmarshal(GenericMapAdapter.KeyValuePairContainer<K,V> v) |
Copyright © 2014–2015. All rights reserved.