Package rocks.xmpp.util.adapters
Class InstantAdapter
-
public final class InstantAdapter extends javax.xml.bind.annotation.adapters.XmlAdapter<String,Instant>
Converts anInstant
to a string representation according to XEP-0082: XMPP Date and Time Profiles and vice versa.
-
-
Constructor Summary
Constructors Constructor Description InstantAdapter()
-