@Deprecated
public class ISO8601DateAdapter
extends javax.xml.bind.annotation.adapters.XmlAdapter<String,Date>
Deprecated.
Converts dates to and from strings in the format specified by ISO8601.
- See Also:
-
-
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
-
ISO8601DateAdapter
public ISO8601DateAdapter()
Deprecated.
-
Method Details
-
unmarshal
Deprecated.
- Specified by:
unmarshal
in class javax.xml.bind.annotation.adapters.XmlAdapter<String,Date>
- Throws:
Exception
-
marshal
Deprecated.
- Specified by:
marshal
in class javax.xml.bind.annotation.adapters.XmlAdapter<String,Date>
- Throws:
Exception
com.atlassian.bamboo.rest.common.adapters.ISO8601DateAdapter