Package | Description |
---|---|
org.joda.time.convert |
Implementation package providing conversion between date and time objects.
|
Modifier and Type | Class and 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..
|
Modifier and Type | Method and 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.
|
Modifier and Type | Method and 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.
|