| Package | Description |
|---|---|
| org.joda.convert |
| Modifier and Type | Interface and Description |
|---|---|
interface |
StringConverter<T>
Interface defining conversion to and from a
String. |
interface |
TypedStringConverter<T>
Interface defining conversion to and from a
String together with the type. |
| Modifier and Type | Method and Description |
|---|---|
<T> void |
StringConvert.register(Class<T> cls,
ToStringConverter<T> toString,
FromStringConverter<T> fromString)
Registers a converter for a specific type using two separate converters.
|
Copyright © 2010–2015 Joda.org. All rights reserved.