Uses of Class
com.univocity.parsers.conversions.NullConversion
Packages that use NullConversion
-
Uses of NullConversion in com.univocity.parsers.conversions
Subclasses of NullConversion in com.univocity.parsers.conversionsModifier and TypeClassDescriptionclass
Converts Strings to BigDecimals and vice versaclass
Converts Strings to BigIntegers and vice versaclass
Converts Strings to Booleans and vice versaclass
Converts Strings to Bytes and vice versaclass
Converts Strings to instances ofCalendar
and vice versa.class
Converts Strings to Characters and vice versaclass
Converts Strings to instances ofDate
and vice versa.class
Converts Strings to Doubles and vice versaclass
EnumConversion<T extends Enum<T>>
Converts Strings to enumeration constants and vice versa.class
Converts Strings to Floats and vice versaclass
Converts formatted Strings to instances ofBigDecimal
and vice versa.class
Converts Strings to Integers and vice versaclass
Converts Strings to Longs and vice versaclass
NumericConversion<T extends Number>
Converts Strings to instances ofNumber
and vice versa.class
Default implementation for conversions from an input String to Objects of a given type Tclass
Converts Strings to Shorts and vice versaclass
Converts any non-null object to its String representation.