Class LocalDateXmlAdapter

  • Direct Known Subclasses:
    LenientLocalDateXmlAdapter

    public class LocalDateXmlAdapter
    extends javax.xml.bind.annotation.adapters.XmlAdapter<String,​Temporal>
    https://bugs.openjdk.java.net/browse/JDK-8042456
    Since:
    0.28
    Author:
    Michiel Meeuwissen
    • Constructor Detail

      • LocalDateXmlAdapter

        public LocalDateXmlAdapter()
    • Method Detail

      • unmarshal

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

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