| AnnotationStringConverterFactory |
Factory for StringConverter looking up annotations.
|
| ConstructorFromStringConverter<T> |
Conversion from a string using a fromString constructor.
|
| EnumStringConverterFactory |
Factory for StringConverter looking up enums.
|
| EnumStringConverterFactory.EnumStringConverter |
|
| MethodFromStringConverter<T> |
Conversion from a string using a static method.
|
| 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.
|
| TypeCapture<T> |
Captures the actual type of T.
|
| TypedAdapter<T> |
Adapts StringConverter to TypedStringConverter.
|
| Types |
Utilities for working with Type.
|
| Types.GenericArrayTypeImpl |
|
| Types.NativeTypeVariableEquals<X> |
Per issue 1635,
In JDK 1.7.0_51-b13, TypeVariableImpl#equals(Object) is changed to no longer be equal
to custom TypeVariable implementations.
|
| Types.ParameterizedTypeImpl |
|
| Types.TypeVariableImpl<D extends java.lang.reflect.GenericDeclaration> |
|
| Types.TypeVariableInvocationHandler |
Invocation handler to work around a compatibility problem between Java 7 and Java 8.
|
| Types.TypeVisitor |
Visitor pattern to evaluate Type.
|
| Types.WildcardTypeImpl |
|
| TypeStringConverterFactory |
Factory for StringConverter looking up types.
|
| TypeStringConverterFactory.TypeStringConverter |
|
| TypeTokenStringConverter |
Parse the string format of Guava TypeToken.
|
| TypeUtils |
Parse the string format of Guava TypeToken.
|