Package org.kuali.rice.core.util.jaxb
Class StringToDateTimeAdapter
-
public class StringToDateTimeAdapter extends javax.xml.bind.annotation.adapters.XmlAdapter<String,Date>
An XML Adapter that relies on the DateTimeService to marshal and unmarshal datetime values in String form. Converts Strings to java.util.Date instances and vice versa.- Author:
- Kuali Rice Team (rice.collab@kuali.org)
-
-
Constructor Summary
Constructors Constructor Description StringToDateTimeAdapter()
-