Class ISO8601DateAdapter
-
@Deprecated public class ISO8601DateAdapter extends javax.xml.bind.annotation.adapters.XmlAdapter<String,Date>
Deprecated.since 5.9 usecom.atlassian.bamboo.rest.common.adapters.ISO8601DateAdapter
Converts dates to and from strings in the format specified by ISO8601.- See Also:
- ISO8601 standard
-
-
Constructor Summary
Constructors Constructor Description ISO8601DateAdapter()
Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description String
marshal(@Nullable Date date)
Deprecated.Date
unmarshal(@Nullable String date)
Deprecated.
-