| Class | Description |
|---|---|
| DurationXmlAdapter |
XmlAdapter mapping JSR-310 Duration to ISO-8601 string |
| InstantXmlAdapter |
XmlAdapter mapping JSR-310 Instant to ISO-8601 string |
| LocalDateTimeXmlAdapter |
XmlAdapter mapping JSR-310 LocalDateTime to ISO-8601 string |
| LocalDateXmlAdapter |
XmlAdapter mapping JSR-310 LocalDate to ISO-8601 string |
| LocalTimeXmlAdapter |
XmlAdapter mapping JSR-310 LocalTime to ISO-8601 string |
| MonthDayXmlAdapter |
XmlAdapter mapping JSR-310 MonthDay to a string such as --12-03 |
| OffsetDateTimeXmlAdapter |
XmlAdapter mapping JSR-310 OffsetDateTime to ISO-8601 string |
| OffsetTimeXmlAdapter |
XmlAdapter mapping JSR-310 OffsetTime to ISO-8601 string |
| PeriodXmlAdapter |
XmlAdapter mapping JSR-310 Period to ISO-8601 string |
| TemporalAccessorXmlAdapter<T extends TemporalAccessor> |
XmlAdapter mapping any JSR-310 TemporalAccessor to string using provided DateTimeFormatter |
| YearMonthXmlAdapter |
XmlAdapter mapping JSR-310 YearMonth to a string such as 2007-12 |
| YearXmlAdapter |
XmlAdapter mapping JSR-310 Year to ISO proleptic year number |
| ZonedDateTimeXmlAdapter |
XmlAdapter mapping JSR-310 ZonedDateTime to ISO-8601 string |
| ZoneIdXmlAdapter |
XmlAdapter mapping JSR-310 ZoneId and ZoneOffset to the time-zone ID string |
Copyright © 2015. All rights reserved.