BigDecimalConversion |
Converts Strings to BigDecimals and vice versa
|
BigIntegerConversion |
Converts Strings to BigIntegers and vice versa
|
BooleanConversion |
Converts Strings to Booleans and vice versa
|
ByteConversion |
Converts Strings to Bytes and vice versa
|
CalendarConversion |
Converts Strings to instances of Calendar and vice versa.
|
CharacterConversion |
Converts Strings to Characters and vice versa
|
Conversions |
This class provides default instances of common implementations if com.univocity.parsers.conversions.Conversion , as well as useful methods for obtaining new instances of these.
|
DateConversion |
Converts Strings to instances of Date and vice versa.
|
DoubleConversion |
Converts Strings to Doubles and vice versa
|
EnumConversion<T extends java.lang.Enum<T>> |
Converts Strings to enumeration constants and vice versa.
|
FloatConversion |
Converts Strings to Floats and vice versa
|
FormattedBigDecimalConversion |
Converts formatted Strings to instances of BigDecimal and vice versa.
|
FormattedDateConversion |
Converts objects of different date types (java.util.Date and java.util.Calendar ) to a formatted
date String .
|
IntegerConversion |
Converts Strings to Integers and vice versa
|
LongConversion |
Converts Strings to Longs and vice versa
|
LowerCaseConversion |
|
NullConversion<I,O> |
Default implementation for conversions from input Objects of type I to output Objects of type O
|
NullStringConversion |
Converts Strings to null and vice versa
|
NumericConversion<T extends java.lang.Number> |
Converts Strings to instances of Number and vice versa.
|
ObjectConversion<T> |
Default implementation for conversions from an input String to Objects of a given type T
|
RegexConversion |
Replaces contents of a given input String, identified by a regular expression, with a replacement String.
|
ShortConversion |
Converts Strings to Shorts and vice versa
|
ToStringConversion |
Converts any non-null object to its String representation.
|
TrimConversion |
|
UpperCaseConversion |
|
ValidatedConversion |
Performs one or more validations against the values of a given record.
|