- java.lang.Object
-
- javax.xml.bind.annotation.adapters.XmlAdapter<java.lang.String,T>
-
- io.github.threetenjaxb.core.TemporalAccessorXmlAdapter<java.time.LocalDate>
-
- io.github.threetenjaxb.core.LocalDateXmlAdapter
-
public class LocalDateXmlAdapter extends TemporalAccessorXmlAdapter<java.time.LocalDate>
XmlAdapter
mapping JSR-310LocalDate
to ISO-8601 stringIt uses
DateTimeFormatter.ISO_DATE
for parsing and serializing, time-zone information ignored.- See Also:
XmlAdapter
,LocalDate
-
-
Constructor Summary
Constructors Constructor Description LocalDateXmlAdapter()
-
Method Summary
-
Methods inherited from class io.github.threetenjaxb.core.TemporalAccessorXmlAdapter
marshal, unmarshal
-
-