Class DateXmlAdapter


  • public class DateXmlAdapter
    extends javax.xml.bind.annotation.adapters.XmlAdapter<java.lang.String,​java.time.LocalDate>
    • Constructor Summary

      Constructors 
      Constructor Description
      DateXmlAdapter()  
    • Method Summary

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

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

      • DateXmlAdapter

        public DateXmlAdapter()
    • Method Detail

      • marshal

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

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