Package com.atlassian.jira.rest.bind
Class DateAdapter
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 Summary
Constructors -
Method Summary
-
Constructor Details
-
DateAdapter
public DateAdapter()
-
-
Method Details