Uses of Interface
org.joda.time.convert.IntervalConverter
-
Packages that use IntervalConverter Package Description org.joda.time.convert Implementation package providing conversion between date and time objects. -
-
Uses of IntervalConverter in org.joda.time.convert
Classes in org.joda.time.convert that implement IntervalConverter Modifier and Type Class Description (package private) classNullConverterNullConverter converts null to an instant, partial, duration, period or interval.(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 IntervalConverter Modifier and Type Method Description IntervalConverterConverterManager. addIntervalConverter(IntervalConverter converter)Adds a converter to the set of converters.IntervalConverterConverterManager. getIntervalConverter(java.lang.Object object)Gets the best converter for the object specified.IntervalConverter[]ConverterManager. getIntervalConverters()Gets a copy of the list of converters.IntervalConverterConverterManager. removeIntervalConverter(IntervalConverter converter)Removes a converter from the set of converters.Methods in org.joda.time.convert with parameters of type IntervalConverter Modifier and Type Method Description IntervalConverterConverterManager. addIntervalConverter(IntervalConverter converter)Adds a converter to the set of converters.IntervalConverterConverterManager. removeIntervalConverter(IntervalConverter converter)Removes a converter from the set of converters.
-