Module io.github.threetenjaxb.core
Package io.github.threetenjaxb.core
Class ZonedDateTimeXmlAdapter
- java.lang.Object
-
- javax.xml.bind.annotation.adapters.XmlAdapter<java.lang.String,T>
-
- io.github.threetenjaxb.core.TemporalAccessorXmlAdapter<java.time.ZonedDateTime>
-
- io.github.threetenjaxb.core.ZonedDateTimeXmlAdapter
-
public class ZonedDateTimeXmlAdapter extends TemporalAccessorXmlAdapter<java.time.ZonedDateTime>
XmlAdapter
mapping JSR-310ZonedDateTime
to ISO-8601 stringString format details:
DateTimeFormatter.ISO_ZONED_DATE_TIME
- See Also:
XmlAdapter
,ZonedDateTime
-
-
Constructor Summary
Constructors Constructor Description ZonedDateTimeXmlAdapter()
-
Method Summary
-
Methods inherited from class io.github.threetenjaxb.core.TemporalAccessorXmlAdapter
marshal, unmarshal
-
-