| AbstractTypeStringConverter |
Parse the string format of Guava TypeToken.
|
| AnnotationStringConverterFactory |
Factory for StringConverter looking up annotations.
|
| EnumStringConverterFactory |
Factory for StringConverter looking up enums.
|
| MethodConstructorStringConverter<T> |
Conversion to and from a string using a toString method and a fromString constructor.
|
| MethodsStringConverter<T> |
Conversion to and from a string using two methods.
|
| OptionalDoubleStringConverter |
Parse the string format of OptionalDouble from Java 8.
|
| OptionalIntStringConverter |
Parse the string format of OptionalInt from Java 8.
|
| OptionalLongStringConverter |
Parse the string format of OptionalLong from Java 8.
|
| ReflectionStringConverter<T> |
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.
|
| TypedAdapter<T> |
Adapts StringConverter to TypedStringConverter.
|
| TypeStringConverter |
Parse the string format of Type via Guava TypeToken.
|
| TypeTokenStringConverter |
Parse the string format of Guava TypeToken.
|