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