
public class JaxbMapAdapter extends XmlAdapter<JaxbMapWrapper,Map<String,String>>
| Constructor and Description |
|---|
JaxbMapAdapter() |
| Modifier and Type | Method and Description |
|---|---|
JaxbMapWrapper |
marshal(Map<String,String> map) |
Map<String,String> |
unmarshal(JaxbMapWrapper wrapper) |
public Map<String,String> unmarshal(JaxbMapWrapper wrapper) throws Exception
unmarshal in class XmlAdapter<JaxbMapWrapper,Map<String,String>>Exceptionpublic JaxbMapWrapper marshal(Map<String,String> map) throws Exception
marshal in class XmlAdapter<JaxbMapWrapper,Map<String,String>>ExceptionCopyright © 2017. All rights reserved.