Uses of Interface
org.joda.time.convert.PartialConverter
-
Packages that use PartialConverter Package Description org.joda.time.convert Implementation package providing conversion between date and time objects. -
-
Uses of PartialConverter in org.joda.time.convert
Classes in org.joda.time.convert that implement PartialConverter Modifier and Type Class Description (package private) class
CalendarConverter
CalendarConverter converts a java util Calendar to an instant or partial.(package private) class
DateConverter
DateConverter converts a java util Date to an instant or partial.(package private) class
LongConverter
LongConverter converts a Long to an instant, partial or duration.(package private) class
NullConverter
NullConverter converts null to an instant, partial, duration, period or interval.(package private) class
ReadableInstantConverter
ReadableInstantConverter extracts milliseconds and chronology from a ReadableInstant.(package private) class
ReadablePartialConverter
ReadablePartialConverter extracts partial fields and chronology from a ReadablePartial.(package private) class
StringConverter
StringConverter converts from a String to an instant, partial, duration, period or interval..Methods in org.joda.time.convert that return PartialConverter Modifier and Type Method Description PartialConverter
ConverterManager. addPartialConverter(PartialConverter converter)
Adds a converter to the set of converters.PartialConverter
ConverterManager. getPartialConverter(java.lang.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 Modifier and Type Method Description 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.
-