Package | Description |
---|---|
org.joda.time.convert |
Implementation package providing conversion between date and time objects.
|
Modifier and Type | Method and Description |
---|---|
InstantConverter |
ConverterManager.addInstantConverter(InstantConverter converter)
Adds a converter to the set of converters.
|
InstantConverter |
ConverterManager.getInstantConverter(Object object)
Gets the best converter for the object specified.
|
InstantConverter[] |
ConverterManager.getInstantConverters()
Gets a copy of the set of converters.
|
InstantConverter |
ConverterManager.removeInstantConverter(InstantConverter converter)
Removes a converter from the set of converters.
|
Modifier and Type | Method and Description |
---|---|
InstantConverter |
ConverterManager.addInstantConverter(InstantConverter converter)
Adds a converter to the set of converters.
|
InstantConverter |
ConverterManager.removeInstantConverter(InstantConverter converter)
Removes a converter from the set of converters.
|
Copyright © 2002–2024 Joda.org. All rights reserved.