Package cdc.converters.defaults
package cdc.converters.defaults
-
ClassDescriptionAbstractNumberToString<S extends Number>Base class used to convert a sequence to / from string.AbstractStringToNumber<T extends Number>Base class used to convert a string to a sequence.AbstractStringToTemporal<T extends TemporalAccessor>Base class used to create String to Temporal converters.AbstractTemporalToString<S extends TemporalAccessor>Converter from an array of elements to a string.Date to String converter.EnumToString<E extends Enum<?>>Class that can convert any enum type to a string.ListToString<S>Converter from a list of elements to a string.ListToString.Creator<C,
S> Converter from object to String using Object.toString() or String.format() method.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.StringToList<T>Converter from a string to a list of elements.StringToList.Creator<C,T>