Uses of Interface
org.joda.time.convert.IntervalConverter
Packages that use IntervalConverter
Package
Description
Implementation package providing conversion between date and time objects.
-
Uses of IntervalConverter in org.joda.time.convert
Methods in org.joda.time.convert that return IntervalConverterModifier and TypeMethodDescriptionConverterManager.addIntervalConverter
(IntervalConverter converter) Adds a converter to the set of converters.ConverterManager.getIntervalConverter
(Object object) Gets the best converter for the object specified.ConverterManager.getIntervalConverters()
Gets a copy of the list of converters.ConverterManager.removeIntervalConverter
(IntervalConverter converter) Removes a converter from the set of converters.Methods in org.joda.time.convert with parameters of type IntervalConverterModifier and TypeMethodDescriptionConverterManager.addIntervalConverter
(IntervalConverter converter) Adds a converter to the set of converters.ConverterManager.removeIntervalConverter
(IntervalConverter converter) Removes a converter from the set of converters.