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