| AbstractTypeStringConverter |
Parse the string format of Guava TypeToken.
|
| FromStringConverter |
Interface defining conversion from a String.
|
| JDKStringConverter |
Conversion between JDK classes and a String.
|
| MethodConstructorStringConverter |
Conversion to and from a string using a toString method and a fromString constructor.
|
| MethodsStringConverter |
Conversion to and from a string using two methods.
|
| ReflectionStringConverter |
Conversion to and from a string using reflection.
|
| RenameHandler |
A general purpose utility for registering renames.
|
| StringConvert |
Manager for conversion to and from a String, acting as the main client interface.
|
| StringConverter |
Interface defining conversion to and from a String.
|
| StringConverterFactory |
Factory for StringConverter that allows converters to be
created dynamically or easily initialised.
|
| ToStringConverter |
Interface defining conversion to a String.
|
| TypedStringConverter |
Interface defining conversion to and from a String together with the type.
|