public class LoadOnStartupAdapter extends jakarta.xml.bind.annotation.adapters.XmlAdapter<String,Integer>
LoadOnStartupAdapter()
String
marshal(Integer v)
Integer
unmarshal(String value)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public LoadOnStartupAdapter()
public Integer unmarshal(String value) throws Exception
unmarshal
jakarta.xml.bind.annotation.adapters.XmlAdapter<String,Integer>
Exception
public String marshal(Integer v) throws Exception
marshal