Module io.github.threetenjaxb.core
Package io.github.threetenjaxb.core
Class LenientOffsetDateTimeXmlAdapter
- java.lang.Object
-
- jakarta.xml.bind.annotation.adapters.XmlAdapter<java.lang.String,T>
-
- io.github.threetenjaxb.core.TemporalAccessorXmlAdapter<java.time.OffsetDateTime>
-
- io.github.threetenjaxb.core.LenientOffsetDateTimeXmlAdapter
-
public class LenientOffsetDateTimeXmlAdapter extends TemporalAccessorXmlAdapter<java.time.OffsetDateTime>
XmlAdaptermapping JSR-310OffsetDateTimeto ISO-8601 string that can also parse local date time representations as UTCString format details:
DateTimeFormatter.ISO_OFFSET_DATE_TIMEThis adapter is suitable for
xsd:dateTimetypes.- See Also:
XmlAdapter,OffsetDateTime
-
-
Constructor Summary
Constructors Constructor Description LenientOffsetDateTimeXmlAdapter()
-
Method Summary
-
Methods inherited from class io.github.threetenjaxb.core.TemporalAccessorXmlAdapter
marshal, unmarshal
-
-