de.intarsys.tools.jaxb
Class PropertiesAdapter
java.lang.Object
javax.xml.bind.annotation.adapters.XmlAdapter<Properties,Map<String,String>>
de.intarsys.tools.jaxb.PropertiesAdapter
public class PropertiesAdapter
- extends XmlAdapter<Properties,Map<String,String>>
PropertiesAdapter
public PropertiesAdapter()
marshal
public Properties marshal(Map<String,String> map)
throws Exception
- Specified by:
marshal in class XmlAdapter<Properties,Map<String,String>>
- Throws:
Exception
unmarshal
public Map<String,String> unmarshal(Properties properties)
throws Exception
- Specified by:
unmarshal in class XmlAdapter<Properties,Map<String,String>>
- Throws:
Exception
Copyright © 2012 intarsys consulting GmbH. All Rights Reserved.