Package | Description |
---|---|
org.joda.time.convert |
Implementation package providing conversion between date and time objects.
|
Modifier and Type | Class and Description |
---|---|
(package private) class |
NullConverter
NullConverter converts null to an instant, partial, duration, period
or interval.
|
(package private) class |
ReadableDurationConverter
ReadableDurationConverter extracts milliseconds and chronology from a ReadableDuration.
|
(package private) class |
ReadableIntervalConverter
Converts intervals into durations of any requested period type.
|
(package private) class |
ReadablePeriodConverter
ReadablePeriodConverter extracts milliseconds and chronology from a ReadablePeriod.
|
(package private) class |
StringConverter
StringConverter converts from a String to an instant, partial,
duration, period or interval..
|
Modifier and Type | Method and Description |
---|---|
PeriodConverter |
ConverterManager.addPeriodConverter(PeriodConverter converter)
Adds a converter to the set of converters.
|
PeriodConverter |
ConverterManager.getPeriodConverter(java.lang.Object object)
Gets the best converter for the object specified.
|
PeriodConverter[] |
ConverterManager.getPeriodConverters()
Gets a copy of the list of converters.
|
PeriodConverter |
ConverterManager.removePeriodConverter(PeriodConverter converter)
Removes a converter from the set of converters.
|
Modifier and Type | Method and Description |
---|---|
PeriodConverter |
ConverterManager.addPeriodConverter(PeriodConverter converter)
Adds a converter to the set of converters.
|
PeriodConverter |
ConverterManager.removePeriodConverter(PeriodConverter converter)
Removes a converter from the set of converters.
|