public class JaxbMapKeyValAdapter extends XmlAdapter<JaxbMapKeyVal[],Map<String,String>>
| Constructor and Description |
|---|
JaxbMapKeyValAdapter() |
public JaxbMapKeyVal[] marshal(Map<String,String> m) throws Exception
marshal in class XmlAdapter<JaxbMapKeyVal[],Map<String,String>>Exceptionpublic Map<String,String> unmarshal(JaxbMapKeyVal[] jm) throws Exception
unmarshal in class XmlAdapter<JaxbMapKeyVal[],Map<String,String>>ExceptionCopyright © 2014. All rights reserved.