Interface | Description |
---|---|
Conversion<I,O> |
The interface that defines the conversion from one type of value to another, and vice versa.
|
FormattedConversion<T> |
This interface identifies conversions associated with the
Format annotation. |
Class | Description |
---|---|
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 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. |
IntegerConversion |
Converts Strings to Integers and vice versa
|
LongConversion |
Converts Strings to Longs and vice versa
|
LowerCaseConversion |
Converts an input String to its lower case representation
The
LowerCaseConversion.revert(String) implements the same behavior of LowerCaseConversion.execute(String) . |
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 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 |
Removes leading and trailing white spaces from an input String
The
TrimConversion.revert(String) implements the same behavior of TrimConversion.execute(String) . |
UpperCaseConversion |
Converts an input String to its upper case representation
The
UpperCaseConversion.revert(String) implements the same behavior of UpperCaseConversion.execute(String) . |
Enum | Description |
---|---|
EnumSelector |
Identifies a property of an enumeration that should be used by
EnumOptions to identify an input value. |
Copyright © 2019 uniVocity Software Pty Ltd. All rights reserved.