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> XmlAdaptermapping JSR-310ZonedDateTimeto ISO-8601 stringString format details: DateTimeFormatter.ISO_ZONED_DATE_TIME- See Also:
- XmlAdapter,- ZonedDateTime
 
- 
- 
Constructor SummaryConstructors Constructor Description ZonedDateTimeXmlAdapter()
 - 
Method Summary- 
Methods inherited from class io.github.threetenjaxb.core.TemporalAccessorXmlAdaptermarshal, unmarshal
 
- 
 
-