Class ISO8601DateAdapter
-
@PublicApi public class ISO8601DateAdapter extends javax.xml.bind.annotation.adapters.XmlAdapter<String,Date>
Converts dates to and from strings in the format specified by ISO8601.- See Also:
- ISO8601 standard
-
-
Constructor Summary
Constructors Constructor Description ISO8601DateAdapter()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description @Nullable String
marshal(@Nullable Date date)
@Nullable Date
unmarshal(@Nullable String date)
-