public class DateXmlAdapter extends javax.xml.bind.annotation.adapters.XmlAdapter<String,Date>
DateXmlAdapter()
String
marshal(Date date)
Date
unmarshal(String value)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public DateXmlAdapter()
public Date unmarshal(String value)
unmarshal
javax.xml.bind.annotation.adapters.XmlAdapter<String,Date>
public String marshal(Date date)
marshal