java.lang.Object
javax.xml.bind.annotation.adapters.XmlAdapter<
String,
Date>
de.hybris.platform.webservicescommons.jaxb.adapters.DateAdapter
public class DateAdapter
extends javax.xml.bind.annotation.adapters.XmlAdapter<String,Date>
DateAdaper is used by JAXB to convert Dates to String and vice versa.
-
-
Constructor Summary
Constructors
-
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Constructor Details
-
DateAdapter
public DateAdapter()
-
Method Details
-
marshal
- Specified by:
marshal in class javax.xml.bind.annotation.adapters.XmlAdapter<String,Date>
-
unmarshal
- Specified by:
unmarshal in class javax.xml.bind.annotation.adapters.XmlAdapter<String,Date>