Class DateTimeXmlAdapter


  • public class DateTimeXmlAdapter
    extends javax.xml.bind.annotation.adapters.XmlAdapter<java.lang.String,​java.time.ZonedDateTime>
    • Method Summary

      Modifier and Type Method Description
      java.lang.String marshal​(java.time.ZonedDateTime v)  
      java.time.ZonedDateTime unmarshal​(java.lang.String s)  
      • Methods inherited from class java.lang.Object

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

      • DateTimeXmlAdapter

        public DateTimeXmlAdapter()
    • Method Detail

      • marshal

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

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