public class PropertiesAdapter extends javax.xml.bind.annotation.adapters.XmlAdapter<Properties,java.util.Properties>
| Constructor and Description |
|---|
PropertiesAdapter() |
| Modifier and Type | Method and Description |
|---|---|
Properties |
marshal(java.util.Properties v) |
java.util.Properties |
unmarshal(Properties v) |
public Properties marshal(java.util.Properties v) throws java.lang.Exception
marshal in class javax.xml.bind.annotation.adapters.XmlAdapter<Properties,java.util.Properties>java.lang.Exceptionpublic java.util.Properties unmarshal(Properties v) throws java.lang.Exception
unmarshal in class javax.xml.bind.annotation.adapters.XmlAdapter<Properties,java.util.Properties>java.lang.Exception