Uses of Package
com.univocity.parsers.conversions

Packages that use com.univocity.parsers.conversions
com.univocity.parsers.annotations.helpers   
com.univocity.parsers.common   
com.univocity.parsers.common.fields   
com.univocity.parsers.common.processor.core   
com.univocity.parsers.common.record   
com.univocity.parsers.conversions   
 

Classes in com.univocity.parsers.conversions used by com.univocity.parsers.annotations.helpers
Conversion
          The interface that defines the conversion from one type of value to another, and vice versa.
 

Classes in com.univocity.parsers.conversions used by com.univocity.parsers.common
Conversion
          The interface that defines the conversion from one type of value to another, and vice versa.
 

Classes in com.univocity.parsers.conversions used by com.univocity.parsers.common.fields
Conversion
          The interface that defines the conversion from one type of value to another, and vice versa.
 

Classes in com.univocity.parsers.conversions used by com.univocity.parsers.common.processor.core
Conversion
          The interface that defines the conversion from one type of value to another, and vice versa.
 

Classes in com.univocity.parsers.conversions used by com.univocity.parsers.common.record
Conversion
          The interface that defines the conversion from one type of value to another, and vice versa.
 

Classes in com.univocity.parsers.conversions used by com.univocity.parsers.conversions
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).
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 © 2016 uniVocity Software Pty Ltd. All rights reserved.