Class TimestampXmlAdapter


  • public class TimestampXmlAdapter
    extends javax.xml.bind.annotation.adapters.XmlAdapter<String,​Long>
    • Constructor Detail

      • TimestampXmlAdapter

        public TimestampXmlAdapter()
    • Method Detail

      • unmarshal

        public Long unmarshal​(String value)
        Specified by:
        unmarshal in class javax.xml.bind.annotation.adapters.XmlAdapter<String,​Long>
      • marshal

        public String marshal​(Long timestamp)
        Specified by:
        marshal in class javax.xml.bind.annotation.adapters.XmlAdapter<String,​Long>