| Interface | Description |
|---|---|
| FromStringConverter<T> |
Interface defining conversion from a
String. |
| StringConverter<T> |
Interface defining conversion to and from a
String. |
| StringConverterFactory |
Factory for
StringConverter that allows converters to be
created dynamically or easily initialised. |
| ToStringConverter<T> |
Interface defining conversion to a
String. |
| TypedStringConverter<T> |
Interface defining conversion to and from a
String together with the type. |
| Class | Description |
|---|---|
| RenameHandler |
A general purpose utility for registering renames.
|
| StringConvert |
Manager for conversion to and from a
String, acting as the main client interface. |
| Annotation Type | Description |
|---|---|
| FromString |
Annotation used to mark a method or constructor as being suitable for converting
an object from a
String. |
| FromStringFactory |
Annotation used on a type to indicate that another class, the factory,
provides the 'from string' method.
|
| ToString |
Annotation used to mark a method as being suitable for converting an
object to a standard format
String. |
Copyright © 2010–2018 Joda.org. All rights reserved.