Uses of Class
net.time4j.xml.XMLAdapter
Packages that use XMLAdapter
-
Uses of XMLAdapter in net.time4j.xml
Fields in net.time4j.xml declared as XMLAdapterModifier and TypeFieldDescriptionstatic XMLAdapter<XMLGregorianCalendar,PlainDate>XMLAdapter.XML_DATEBridge between a XML-date according toxsd:dateand the typePlainDate.static XMLAdapter<XMLGregorianCalendar,PlainTimestamp>XMLAdapter.XML_DATE_TIMEBridge between a XML-timestamp according toxsd:dateTime(without timezone-offset) and the typePlainTimestamp.static XMLAdapter<XMLGregorianCalendar,ZonalDateTime>XMLAdapter.XML_DATE_TIME_OFFSETBridge between a XML-timestamp according toxsd:dateTimeinclusive timezone-offset and the typeZonalDateTime.static XMLAdapter<Duration,Duration<IsoUnit>>XMLAdapter.XML_DURATIONBridge between a XML-duration according toxsd:durationand the Time4J-typeDuration.static XMLAdapter<XMLGregorianCalendar,PlainTime>XMLAdapter.XML_TIMEBridge between a XML-time according toxsd:timeand the typePlainTime.