Package rocks.xmpp.util.adapters
Provides XML adapters for JAXB.
-
Class Summary Class Description InstantAdapter Converts anInstant
to a string representation according to XEP-0082: XMPP Date and Time Profiles and vice versa.LocaleAdapter Converts anLocale
to a string representation usingLocale.toLanguageTag()
and vice versa, usingLocale.forLanguageTag(String)
}.OffsetDateTimeAdapter Converts anOffsetDateTime
to a string representation according to XEP-0082: XMPP Date and Time Profiles and vice versa.ZoneOffsetAdapter Converts aZoneOffset
to a string representation according to XEP-0082: XMPP Date and Time Profiles and vice versa.