| Modifier and Type | Interface and Description |
|---|---|
interface |
StringConverter<T>
Interface defining conversion to and from a
String. |
| 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-2016 Joda.org. All Rights Reserved.