public class DateTimeAdapter extends XmlAdapter<String,Date>
DateTimeAdapter()
String
marshal(Date date)
Date
unmarshal(String string)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public DateTimeAdapter()
public String marshal(Date date) throws Exception
marshal
XmlAdapter<String,Date>
Exception
public Date unmarshal(String string) throws Exception
unmarshal
Copyright © 2021. All rights reserved.