public class

ISO8601DateAdapter

extends XmlAdapter<ValueType, BoundType>
java.lang.Object
   ↳ javax.xml.bind.annotation.adapters.XmlAdapter<ValueType, BoundType>
     ↳ com.atlassian.crucible.spi.data.ISO8601DateAdapter

Summary

Public Constructors
ISO8601DateAdapter()
Public Methods
String marshal(Date date)
Date unmarshal(String date)
[Expand]
Inherited Methods
From class javax.xml.bind.annotation.adapters.XmlAdapter
From class java.lang.Object

Public Constructors

public ISO8601DateAdapter ()

Public Methods

public String marshal (Date date)

Throws
Exception

public Date unmarshal (String date)

Throws
Exception