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