Uses of Interface
org.joda.time.convert.DurationConverter
-
Packages that use DurationConverter Package Description org.joda.time.convert Implementation package providing conversion between date and time objects. -
-
Uses of DurationConverter in org.joda.time.convert
Classes in org.joda.time.convert that implement DurationConverter Modifier and Type Class Description (package private) classLongConverterLongConverter converts a Long to an instant, partial or duration.(package private) classNullConverterNullConverter converts null to an instant, partial, duration, period or interval.(package private) classReadableDurationConverterReadableDurationConverter extracts milliseconds and chronology from a ReadableDuration.(package private) classReadableIntervalConverterConverts intervals into durations of any requested period type.(package private) classStringConverterStringConverter converts from a String to an instant, partial, duration, period or interval..Methods in org.joda.time.convert that return DurationConverter Modifier and Type Method Description DurationConverterConverterManager. addDurationConverter(DurationConverter converter)Adds a converter to the set of converters.DurationConverterConverterManager. getDurationConverter(java.lang.Object object)Gets the best converter for the object specified.DurationConverter[]ConverterManager. getDurationConverters()Gets a copy of the list of converters.DurationConverterConverterManager. removeDurationConverter(DurationConverter converter)Removes a converter from the set of converters.Methods in org.joda.time.convert with parameters of type DurationConverter Modifier and Type Method Description DurationConverterConverterManager. addDurationConverter(DurationConverter converter)Adds a converter to the set of converters.DurationConverterConverterManager. removeDurationConverter(DurationConverter converter)Removes a converter from the set of converters.
-