Class DateAdapter

java.lang.Object
jakarta.xml.bind.annotation.adapters.XmlAdapter<String,Date>
com.atlassian.jira.rest.bind.DateAdapter

public class DateAdapter extends jakarta.xml.bind.annotation.adapters.XmlAdapter<String,Date>
Adapter for marshalling and unmarshalling calendar dates. This class must not be used to marshall dates that correspond to a specific instant (that is, a date/time object). For date/time objects, the DateTimeAdapter should be used instead.

The wire format used is '"yyyy-MM-dd"'.

Since:
v4.4
See Also:
  • Constructor Details

    • DateAdapter

      public DateAdapter()
  • Method Details