Uses of Package
org.joda.time.convert
Packages that use org.joda.time.convert
Package
Description
Implementation package providing conversion between date and time objects.
-
Classes in org.joda.time.convert used by org.joda.time.convertClassDescriptionAbstractConverter simplifies the process of implementing a converter.CalendarConverter converts a java util Calendar to an instant or partial.Basic converter interface for specifying what object type can be converted.ConverterManager controls the date and time converters.A set of converters, which allows exact converters to be quickly selected.DateConverter converts a java util Date to an instant or partial.DurationConverter defines how an object is converted to a millisecond duration.InstantConverter defines how an object is converted to milliseconds/chronology.IntervalConverter defines how an object is converted to an interval.LongConverter converts a Long to an instant, partial or duration.NullConverter converts null to an instant, partial, duration, period or interval.PartialConverter defines how an object is converted to a ReadablePartial.PeriodConverter defines how an object is converted to a time period.ReadableDurationConverter extracts milliseconds and chronology from a ReadableDuration.ReadableInstantConverter extracts milliseconds and chronology from a ReadableInstant.Converts intervals into durations of any requested period type.ReadablePartialConverter extracts partial fields and chronology from a ReadablePartial.ReadablePeriodConverter extracts milliseconds and chronology from a ReadablePeriod.StringConverter converts from a String to an instant, partial, duration, period or interval..