All Classes and Interfaces

Class
Description
Base implementation of typed converter.
Base implementation of converters that can be configured.
 
 
Base class used to convert a sequence to / from string.
 
 
 
Base class used to convert a string to a sequence.
Base class used to create String to Temporal converters.
 
 
Converter that is the composition of 2 Converters.
Utilities to convert Arguments.
Converter from an array of elements to a string.
 
 
 
 
 
 
 
 
 
 
 
 
Base interface of typed converters.
Class used to create a typed converter from a raw converter.
Registry of converters.
 
 
Date to String converter.
 
 
 
EnumToString<E extends Enum<?>>
Class that can convert any enum type to a string.
 
 
 
 
 
 
 
 
Converter from a list of elements to a string.
 
 
 
 
 
 
 
 
 
Converter from object to String using Object.toString() or String.format() method.
Converter that returns the result of the first successful converter.
 
 
 
 
Enumeration of special converter kinds.
Converter that takes a string and replaces all characters by a fixed letter.
Converter that takes a string and replaces all characters by random letters or digits.
Converter from a string to an array of elements.
 
 
 
 
 
 
 
 
 
 
 
Converters that returns the converter that is registered with a name.
String to Date converter.
 
 
 
StringToEnum<E extends Enum<E>>
Class that can convert a string to any enum type.
 
 
 
 
 
 
 
Converter from a string to a list of elements.