Class ZoneIdXmlAdapter


  • public class ZoneIdXmlAdapter
    extends javax.xml.bind.annotation.adapters.XmlAdapter<java.lang.String,​java.time.ZoneId>
    XmlAdapter mapping JSR-310 ZoneId and ZoneOffset to the time-zone ID string

    Time-zone ID format details:

    • ZoneId.of(java.lang.String)
    • ZoneId.getId()
    See Also:
    XmlAdapter, ZoneId, ZoneOffset
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String marshal​(java.time.ZoneId value)  
      java.time.ZoneId unmarshal​(java.lang.String stringValue)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ZoneIdXmlAdapter

        public ZoneIdXmlAdapter()
    • Method Detail

      • unmarshal

        public java.time.ZoneId unmarshal​(java.lang.String stringValue)
        Specified by:
        unmarshal in class javax.xml.bind.annotation.adapters.XmlAdapter<java.lang.String,​java.time.ZoneId>
      • marshal

        public java.lang.String marshal​(java.time.ZoneId value)
        Specified by:
        marshal in class javax.xml.bind.annotation.adapters.XmlAdapter<java.lang.String,​java.time.ZoneId>