public class TimeUnitAdapter extends 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
XmlAdapter<String,TimeUnit>
Exception
public String marshal(TimeUnit t) throws Exception
marshal
Copyright © 1999–2021 The Apache Software Foundation. All rights reserved.