Class LocalDateXmlAdapter


  • public class LocalDateXmlAdapter
    extends TemporalAccessorXmlAdapter<java.time.LocalDate>
    XmlAdapter mapping JSR-310 LocalDate to ISO-8601 string

    It uses DateTimeFormatter.ISO_DATE for parsing and serializing, time-zone information ignored.

    See Also:
    XmlAdapter, LocalDate
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • LocalDateXmlAdapter

        public LocalDateXmlAdapter()