java.lang.Object
jakarta.xml.bind.annotation.adapters.XmlAdapter<
String,
org.joda.time.DateTime>
com.xebialabs.xltype.serialization.xstream.DateTimeAdapter
public class DateTimeAdapter
extends jakarta.xml.bind.annotation.adapters.XmlAdapter<String,org.joda.time.DateTime>
-
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
-
DateTimeAdapter
public DateTimeAdapter()
-
Method Details
-
unmarshal
public org.joda.time.DateTime unmarshal(String v)
- Specified by:
unmarshal in class jakarta.xml.bind.annotation.adapters.XmlAdapter<String,org.joda.time.DateTime>
-
marshal
public String marshal(org.joda.time.DateTime v)
- Specified by:
marshal in class jakarta.xml.bind.annotation.adapters.XmlAdapter<String,org.joda.time.DateTime>