public static class PropertiesConfig.PropertiesAdapters extends XmlAdapter<PropertiesConfig,Map<String,String>>
| Constructor and Description |
|---|
PropertiesAdapters() |
| Modifier and Type | Method and Description |
|---|---|
PropertiesConfig |
marshal(Map<String,String> properties) |
Map<String,String> |
unmarshal(PropertiesConfig properties) |
public Map<String,String> unmarshal(PropertiesConfig properties) throws Exception
unmarshal in class XmlAdapter<PropertiesConfig,Map<String,String>>Exceptionpublic PropertiesConfig marshal(Map<String,String> properties) throws Exception
marshal in class XmlAdapter<PropertiesConfig,Map<String,String>>ExceptionCopyright © 2016. All rights reserved.