org.kuali.rice.core.jaxb
Class SqlDateAdapter
java.lang.Object
javax.xml.bind.annotation.adapters.XmlAdapter<String,Date>
org.kuali.rice.core.jaxb.SqlDateAdapter
public class SqlDateAdapter
- extends XmlAdapter<String,Date>
Marshall/unmarshall java.util.Date
- Author:
- Kuali Rice Team (rice.collab@kuali.org)
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SqlDateAdapter
public SqlDateAdapter()
marshal
public String marshal(Date date)
throws Exception
- This overridden method ...
- Specified by:
marshal
in class XmlAdapter<String,Date>
- Throws:
Exception
- See Also:
XmlAdapter.marshal(java.lang.Object)
unmarshal
public Date unmarshal(String dateStr)
throws Exception
- This overridden method ...
- Specified by:
unmarshal
in class XmlAdapter<String,Date>
- Throws:
Exception
- See Also:
XmlAdapter.unmarshal(java.lang.Object)
Copyright © 2004-2011 The Kuali Foundation. All Rights Reserved.