public class DateTimeAdapter extends XmlAdapter<String,Date>
DateTimeAdapter()
String
marshal(Date object)
Date
unmarshal(String xml)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public DateTimeAdapter()
public Date unmarshal(String xml) throws Exception
unmarshal
XmlAdapter<String,Date>
Exception
public String marshal(Date object) throws Exception
marshal
Copyright © 2020. All Rights Reserved.