All Classes and Interfaces

Class
Description
Factory for StringConverter looking up annotations.
Factory for StringConverter providing support for primitive boolean array as a sequence of 'T' and 'F'.
 
Factory for StringConverter providing support for Boolean object array as a sequence of 'T', 'F' and '-' for null.
 
Factory for StringConverter providing support for Byte object array as a sequence of two letter hex codes for each byte plus '--' for null.
 
Factory for StringConverter providing support for Character object arrays as a string, using backslash as an escape.
 
Conversion from a string using a fromString constructor.
Factory for StringConverter looking up enums.
 
Annotation used to mark a method or constructor as being suitable for converting an object from a String.
Interface defining conversion from a String.
Annotation used on a type to indicate that another class, the factory, provides the 'from string' method.
Conversion between JDK classes and a String.
Conversion from a string using a static method.
Factory for StringConverter providing support for primitive arrays as a comma separated list.
 
 
 
 
 
Factory for StringConverter providing support for numeric object arrays as a comma separated list, using '-' for null.
 
 
 
 
 
Parse the string format of OptionalDouble from Java 8.
Parse the string format of OptionalInt from Java 8.
Parse the string format of OptionalLong from Java 8.
Conversion to and from a string using reflection.
A general purpose utility for registering renames.
Manager for conversion to and from a String, acting as the main client interface.
Interface defining conversion to and from a String.
Factory for StringConverter that allows converters to be created dynamically or easily initialised.
Annotation used to mark a method as being suitable for converting an object to a standard format String.
Interface defining conversion to a String.
Captures the actual type of T.
Adapts StringConverter to TypedStringConverter.
Interface defining conversion from a String together with the type.
Interface defining conversion to and from a String together with the type.
Utilities for working with Type.
Decides what owner type to use for constructing ParameterizedType from a raw class.
 
 
Per issue 1635, In JDK 1.7.0_51-b13, TypeVariableImpl#equals(Object) is changed to no longer be equal to custom TypeVariable implementations.
 
 
Invocation handler to work around a compatibility problem between Java 7 and Java 8.
Visitor pattern to evaluate Type.
 
Factory for StringConverter looking up types.
 
Parse the string format of Guava TypeToken.
Parse the string format of Guava TypeToken.