public static class

Dates.DateTimeAdapter

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

Summary

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

Public Constructors

public Dates.DateTimeAdapter ()

Public Methods

public String marshal (Date date)

Throws
Exception

public Date unmarshal (String s)

Throws
Exception