- 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> XmlAdaptermapping JSR-310LocalDateto ISO-8601 stringIt uses DateTimeFormatter.ISO_DATEfor parsing and serializing, time-zone information ignored.- See Also:
- XmlAdapter,- LocalDate
 
- 
- 
Constructor SummaryConstructors Constructor Description LocalDateXmlAdapter()
 - 
Method Summary- 
Methods inherited from class io.github.threetenjaxb.core.TemporalAccessorXmlAdaptermarshal, unmarshal
 
- 
 
-