Uses of Interface
org.joda.time.convert.PartialConverter

Packages that use PartialConverter
org.joda.time.convert Implementation package providing conversion between date and time objects. 
 

Uses of PartialConverter in org.joda.time.convert
 

Methods in org.joda.time.convert that return PartialConverter
 PartialConverter ConverterManager.addPartialConverter(PartialConverter converter)
          Adds a converter to the set of converters.
 PartialConverter ConverterManager.getPartialConverter(Object object)
          Gets the best converter for the object specified.
 PartialConverter[] ConverterManager.getPartialConverters()
          Gets a copy of the set of converters.
 PartialConverter ConverterManager.removePartialConverter(PartialConverter converter)
          Removes a converter from the set of converters.
 

Methods in org.joda.time.convert with parameters of type PartialConverter
 PartialConverter ConverterManager.addPartialConverter(PartialConverter converter)
          Adds a converter to the set of converters.
 PartialConverter ConverterManager.removePartialConverter(PartialConverter converter)
          Removes a converter from the set of converters.
 



Copyright © 2002–2016 Joda.org. All rights reserved.