All Classes and Interfaces

Class
Description
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.
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.
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.
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.
Interface defining conversion to and from a String together with the type.