public class LocalDateXmlAdapter extends TemporalAccessorXmlAdapter<LocalDate>
XmlAdapter mapping JSR-310 LocalDate to ISO-8601 string
It uses DateTimeFormatter.ISO_DATE for parsing and serializing,
time-zone information ignored.
XmlAdapter,
LocalDate| Constructor and Description |
|---|
LocalDateXmlAdapter() |
Copyright © 2015. All rights reserved.