public class DateAdapter extends XmlAdapter<String,Date>
DateAdapter()
String
marshal(Date value)
Date
unmarshal(String value)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public DateAdapter()
public Date unmarshal(String value) throws Exception
unmarshal
XmlAdapter<String,Date>
Exception
public String marshal(Date value) throws Exception
marshal
Copyright © 2010–2023 The Apache Software Foundation. All rights reserved.