public class PropertiesAdapter extends XmlAdapter<String,Properties>
| Constructor and Description |
|---|
PropertiesAdapter() |
| Modifier and Type | Method and Description |
|---|---|
String |
marshal(Properties properties) |
Properties |
unmarshal(String s) |
public Properties unmarshal(String s) throws Exception
unmarshal in class XmlAdapter<String,Properties>Exceptionpublic String marshal(Properties properties) throws Exception
marshal in class XmlAdapter<String,Properties>ExceptionCopyright © 1999–2021 The Apache Software Foundation. All rights reserved.