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>>
Exception
public Map<String,String> unmarshal(JaxbMapKeyVal[] jm) throws Exception
unmarshal
in class XmlAdapter<JaxbMapKeyVal[],Map<String,String>>
Exception
Copyright © 2014. All rights reserved.