Module io.github.threetenjaxb.core
Package io.github.threetenjaxb.core
Class OffsetDateTimeXmlAdapter
- java.lang.Object
- 
- javax.xml.bind.annotation.adapters.XmlAdapter<java.lang.String,T>
- 
- io.github.threetenjaxb.core.TemporalAccessorXmlAdapter<java.time.OffsetDateTime>
- 
- io.github.threetenjaxb.core.OffsetDateTimeXmlAdapter
 
 
 
- 
 public class OffsetDateTimeXmlAdapter extends TemporalAccessorXmlAdapter<java.time.OffsetDateTime> XmlAdaptermapping JSR-310OffsetDateTimeto ISO-8601 stringString format details: DateTimeFormatter.ISO_OFFSET_DATE_TIME- See Also:
- XmlAdapter,- OffsetDateTime
 
- 
- 
Constructor SummaryConstructors Constructor Description OffsetDateTimeXmlAdapter()
 - 
Method Summary- 
Methods inherited from class io.github.threetenjaxb.core.TemporalAccessorXmlAdaptermarshal, unmarshal
 
- 
 
-