public static class

Dates.DateAdapter

extends XmlAdapter<ValueType, BoundType>
java.lang.Object
   ↳ javax.xml.bind.annotation.adapters.XmlAdapter<ValueType, BoundType>
     ↳ com.atlassian.jira.rest.Dates.DateAdapter

Summary

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

Public Constructors

public Dates.DateAdapter ()

Public Methods

public String marshal (Date date)

Throws
Exception

public Date unmarshal (String text)

Throws
Exception