Uses of Interface
org.joda.time.convert.InstantConverter
Packages that use InstantConverter
Package
Description
Implementation package providing conversion between date and time objects.
-
Uses of InstantConverter in org.joda.time.convert
Methods in org.joda.time.convert that return InstantConverterModifier and TypeMethodDescriptionConverterManager.addInstantConverter
(InstantConverter converter) Adds a converter to the set of converters.ConverterManager.getInstantConverter
(Object object) Gets the best converter for the object specified.ConverterManager.getInstantConverters()
Gets a copy of the set of converters.ConverterManager.removeInstantConverter
(InstantConverter converter) Removes a converter from the set of converters.Methods in org.joda.time.convert with parameters of type InstantConverterModifier and TypeMethodDescriptionConverterManager.addInstantConverter
(InstantConverter converter) Adds a converter to the set of converters.ConverterManager.removeInstantConverter
(InstantConverter converter) Removes a converter from the set of converters.