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