Module io.github.threetenjaxb.core
Package io.github.threetenjaxb.core
Class LocalDateTimeXmlAdapter
- java.lang.Object
- 
- javax.xml.bind.annotation.adapters.XmlAdapter<java.lang.String,T>
- 
- io.github.threetenjaxb.core.TemporalAccessorXmlAdapter<java.time.LocalDateTime>
- 
- io.github.threetenjaxb.core.LocalDateTimeXmlAdapter
 
 
 
- 
 public class LocalDateTimeXmlAdapter extends TemporalAccessorXmlAdapter<java.time.LocalDateTime> XmlAdaptermapping JSR-310LocalDateTimeto ISO-8601 stringString format details: DateTimeFormatter.ISO_LOCAL_DATE_TIME- See Also:
- XmlAdapter,- LocalDateTime
 
- 
- 
Constructor SummaryConstructors Constructor Description LocalDateTimeXmlAdapter()
 - 
Method Summary- 
Methods inherited from class io.github.threetenjaxb.core.TemporalAccessorXmlAdaptermarshal, unmarshal
 
- 
 
-