Package com.thoughtworks.xstream.converters.time
package com.thoughtworks.xstream.converters.time
Extra converters for the java.time package.
-
ClassesClassDescriptionAbstractChronoLocalDateConverter<E extends Era>Abstract base class for converters handling derived classes of
ChronoLocalDate
instances.Converts aChronology
instance to a string using its id.Converts aDuration
instance to string.Converts aHijrahDate
to a string.Converts aInstant
instance to string.Converts aJapaneseDate
to a string.Converts aJapaneseEra
instance to a string using its id.Converts aLocalDate
to a string.Converts aLocalDateTime
to a string.Converts aLocalTime
to a string.Converts aMinguoDate
to a string.Converts aMonthDay
instance to string.Converts aOffsetDateTime
to a string.Converts aOffsetTime
to a string.Converts aPeriod
instance to string.Converts a systemClock
, using zone as nested element.Converts aThaiBuddhistDate
to a string.Converts a temporalValueRange
, using four nested elements: maxLargest, maxSmallest, minLargest, and minSmallest.Converts aWeekFields
instance, using two nested elements: minimalDays and minSmallest.Converts aYear
instance to string.Converts aYearMonth
instance to string.Converts aZonedDateTime
to a string.Converts aZoneId
instance to string.