Class LocalDateTimeXmlAdapter


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

    String format details: DateTimeFormatter.ISO_LOCAL_DATE_TIME

    See Also:
    XmlAdapter, LocalDateTime
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • LocalDateTimeXmlAdapter

        public LocalDateTimeXmlAdapter()