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