Class and Description |
---|
Conversion
The interface that defines the conversion from one type of value to another, and vice versa.
|
Class and Description |
---|
Conversion
The interface that defines the conversion from one type of value to another, and vice versa.
|
Class and Description |
---|
Conversion
The interface that defines the conversion from one type of value to another, and vice versa.
|
Class and Description |
---|
Conversion
The interface that defines the conversion from one type of value to another, and vice versa.
|
Class and Description |
---|
Conversion
The interface that defines the conversion from one type of value to another, and vice versa.
|
Class and 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
|
Conversion
The interface that defines the conversion from one type of value to another, and vice versa.
|
DateConversion
Converts Strings to instances of
Date and vice versa. |
DoubleConversion
Converts Strings to Doubles and vice versa
|
EnumConversion
Converts Strings to enumeration constants and vice versa.
|
EnumSelector
Identifies a property of an enumeration that should be used by
EnumOptions to identify an input value. |
FloatConversion
Converts Strings to Floats and vice versa
|
FormattedBigDecimalConversion
Converts formatted Strings to instances of
BigDecimal and vice versa. |
FormattedConversion
This interface identifies conversions associated with the
Format annotation. |
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
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
Converts Strings to instances of
Number and vice versa. |
ObjectConversion
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) . |
Copyright © 2018 uniVocity Software Pty Ltd. All rights reserved.