public class MapAdapter extends XmlAdapter<MapElements[],Map<String,Object>>
| Constructor and Description |
|---|
MapAdapter() |
| Modifier and Type | Method and Description |
|---|---|
MapElements[] |
marshal(Map<String,Object> v) |
Map<String,Object> |
unmarshal(MapElements[] v) |
public Map<String,Object> unmarshal(MapElements[] v) throws Exception
unmarshal in class XmlAdapter<MapElements[],Map<String,Object>>Exceptionpublic MapElements[] marshal(Map<String,Object> v) throws Exception
marshal in class XmlAdapter<MapElements[],Map<String,Object>>ExceptionCopyright © 2020. All Rights Reserved.