org.kuali.api.jaxb
Class DateAdapter
java.lang.Object
   javax.xml.bind.annotation.adapters.XmlAdapter<String,Date>
javax.xml.bind.annotation.adapters.XmlAdapter<String,Date>
       org.kuali.api.jaxb.DateAdapter
org.kuali.api.jaxb.DateAdapter
- public class DateAdapter 
- extends XmlAdapter<String,Date>
Created with IntelliJ IDEA.
 User: ?
 Date: 5/29/12
 Time: 11:54 AM
 To change this template use File | Settings | File Templates.
 
 
| Methods inherited from class java.lang.Object | 
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
DateAdapter
public DateAdapter()
unmarshal
public Date unmarshal(String dateString)
               throws Exception
- 
- Specified by:
- unmarshalin class- XmlAdapter<String,Date>
 
- 
- Throws:
- Exception
 
marshal
public String marshal(Date v)
               throws Exception
- 
- Specified by:
- marshalin class- XmlAdapter<String,Date>
 
- 
- Throws:
- Exception
 
Copyright © 2004-2013 The Kuali Foundation. All Rights Reserved.