public class TimeUnitAdapter extends jakarta.xml.bind.annotation.adapters.XmlAdapter<String,TimeUnit>
TimeUnitAdapter()
String
marshal(TimeUnit t)
TimeUnit
unmarshal(String s)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public TimeUnitAdapter()
public TimeUnit unmarshal(String s) throws Exception
unmarshal
jakarta.xml.bind.annotation.adapters.XmlAdapter<String,TimeUnit>
Exception
public String marshal(TimeUnit t) throws Exception
marshal