public class VariableMapAdapter extends XmlAdapter<VariableMapAdapter.AdaptedMap,Map<String,Object>>
| Modifier and Type | Class and Description |
|---|---|
static class |
VariableMapAdapter.AdaptedEntry |
static class |
VariableMapAdapter.AdaptedMap |
| Constructor and Description |
|---|
VariableMapAdapter() |
| Modifier and Type | Method and Description |
|---|---|
VariableMapAdapter.AdaptedMap |
marshal(Map<String,Object> map) |
Map<String,Object> |
unmarshal(VariableMapAdapter.AdaptedMap adaptedMap) |
public VariableMapAdapter.AdaptedMap marshal(Map<String,Object> map)
marshal in class XmlAdapter<VariableMapAdapter.AdaptedMap,Map<String,Object>>public Map<String,Object> unmarshal(VariableMapAdapter.AdaptedMap adaptedMap)
unmarshal in class XmlAdapter<VariableMapAdapter.AdaptedMap,Map<String,Object>>Copyright © 2000-2016 SAP SE. All Rights Reserved.