public class StringMapAdapter extends XmlAdapter<StringMapAdapter.JaxbMap,Map<String,String>>
| Modifier and Type | Class and Description | 
|---|---|
static class  | 
StringMapAdapter.Entry  | 
static class  | 
StringMapAdapter.JaxbMap  | 
| Constructor and Description | 
|---|
StringMapAdapter()  | 
| Modifier and Type | Method and Description | 
|---|---|
StringMapAdapter.JaxbMap | 
marshal(Map<String,String> v)  | 
Map<String,String> | 
unmarshal(StringMapAdapter.JaxbMap v)  | 
public StringMapAdapter.JaxbMap marshal(Map<String,String> v) throws Exception
marshal in class XmlAdapter<StringMapAdapter.JaxbMap,Map<String,String>>Exceptionpublic Map<String,String> unmarshal(StringMapAdapter.JaxbMap v) throws Exception
unmarshal in class XmlAdapter<StringMapAdapter.JaxbMap,Map<String,String>>ExceptionCopyright © 2020. All rights reserved.