public class DateAdapter extends XmlAdapter<String,Date>
DateAdapter()
String
marshal(Date v)
Date
unmarshal(String dateString)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public DateAdapter()
public Date unmarshal(String dateString) throws Exception
unmarshal
XmlAdapter<String,Date>
Exception
public String marshal(Date v) throws Exception
marshal
Copyright © 2004–2015 The Kuali Foundation. All rights reserved.