public class PropertiesAdapter extends XmlAdapter<Properties,Map<String,String>>
| Constructor and Description |
|---|
PropertiesAdapter() |
public Properties marshal(Map<String,String> map) throws Exception
marshal in class XmlAdapter<Properties,Map<String,String>>Exceptionpublic Map<String,String> unmarshal(Properties properties) throws Exception
unmarshal in class XmlAdapter<Properties,Map<String,String>>ExceptionCopyright © 2013 intarsys consulting GmbH. All Rights Reserved.