Uses of Interface
org.joda.time.convert.Converter
Packages that use Converter
Package
Description
Implementation package providing conversion between date and time objects.
-
Uses of Converter in org.joda.time.convert
Subinterfaces of Converter in org.joda.time.convertModifier and TypeInterfaceDescriptioninterfaceDurationConverter defines how an object is converted to a millisecond duration.interfaceInstantConverter defines how an object is converted to milliseconds/chronology.interfaceIntervalConverter defines how an object is converted to an interval.interfacePartialConverter defines how an object is converted to a ReadablePartial.interfacePeriodConverter defines how an object is converted to a time period.Classes in org.joda.time.convert that implement ConverterModifier and TypeClassDescriptionclassAbstractConverter simplifies the process of implementing a converter.(package private) final classCalendarConverter converts a java util Calendar to an instant or partial.(package private) final classDateConverter converts a java util Date to an instant or partial.(package private) classLongConverter converts a Long to an instant, partial or duration.(package private) classNullConverter converts null to an instant, partial, duration, period or interval.(package private) classReadableDurationConverter extracts milliseconds and chronology from a ReadableDuration.(package private) classReadableInstantConverter extracts milliseconds and chronology from a ReadableInstant.(package private) classConverts intervals into durations of any requested period type.(package private) classReadablePartialConverter extracts partial fields and chronology from a ReadablePartial.(package private) classReadablePeriodConverter extracts milliseconds and chronology from a ReadablePeriod.(package private) classStringConverter converts from a String to an instant, partial, duration, period or interval..Fields in org.joda.time.convert declared as ConverterModifier and TypeFieldDescription(package private) final ConverterConverterSet.Entry.iConverterprivate final Converter[]ConverterSet.iConvertersMethods in org.joda.time.convert that return ConverterModifier and TypeMethodDescription(package private) ConverterReturns the closest matching converter for the given type, or null if none found.private static ConverterConverterSet.selectSlow(ConverterSet set, Class<?> type) Returns the closest matching converter for the given type, but not very efficiently.Methods in org.joda.time.convert with parameters of type ConverterModifier and TypeMethodDescription(package private) ConverterSetReturns a copy of this set, with the given converter added.(package private) voidCopies all the converters in the set to the given array.(package private) ConverterSetReturns a copy of this set, with the converter at the given index removed.(package private) ConverterSetReturns a copy of this set, with the given converter removed.Constructors in org.joda.time.convert with parameters of type ConverterModifierConstructorDescription(package private)ConverterSet(Converter[] converters) (package private)