public class MapAdapter extends XmlAdapter<MapAdapter.EntryList,Map<String,String>>
| Modifier and Type | Class and Description |
|---|---|
static class |
MapAdapter.EntryList
Holds the element entries of the map.
|
| Constructor and Description |
|---|
MapAdapter() |
| Modifier and Type | Method and Description |
|---|---|
MapAdapter.EntryList |
marshal(Map<String,String> map) |
Map<String,String> |
unmarshal(MapAdapter.EntryList adaptedMap) |
public MapAdapter.EntryList marshal(Map<String,String> map) throws Exception
marshal in class XmlAdapter<MapAdapter.EntryList,Map<String,String>>Exceptionpublic Map<String,String> unmarshal(MapAdapter.EntryList adaptedMap) throws Exception
unmarshal in class XmlAdapter<MapAdapter.EntryList,Map<String,String>>ExceptionCopyright © 2025. All rights reserved.