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>>
Exception
public JaxbMapWrapper marshal(Map<String,String> map) throws Exception
marshal
in class XmlAdapter<JaxbMapWrapper,Map<String,String>>
Exception
Copyright © 2017. All rights reserved.