public class StringMapAdapter extends XmlAdapter<StringMapAdapter.MapContainer,Map<String,String>>
| Modifier and Type | Class and Description |
|---|---|
static class |
StringMapAdapter.MapContainer |
static class |
StringMapAdapter.MapElement |
| Constructor and Description |
|---|
StringMapAdapter() |
| Modifier and Type | Method and Description |
|---|---|
StringMapAdapter.MapContainer |
marshal(Map<String,String> v) |
Map<String,String> |
unmarshal(StringMapAdapter.MapContainer v) |
public Map<String,String> unmarshal(StringMapAdapter.MapContainer v)
unmarshal in class XmlAdapter<StringMapAdapter.MapContainer,Map<String,String>>public StringMapAdapter.MapContainer marshal(Map<String,String> v)
marshal in class XmlAdapter<StringMapAdapter.MapContainer,Map<String,String>>Copyright © 2017 SAP SE. All Rights Reserved.