Uses of Package
com.univocity.parsers.conversions
-
Classes in com.univocity.parsers.conversions used by com.univocity.parsers.annotations Class Description Conversion The interface that defines the conversion from one type of value to another, and vice versa.EnumSelector Identifies a property of an enumeration that should be used byEnumOptionsto identify an input value.Validator Defines a custom validation process to be executed when reading or writing values into a field of a java bean that is annotated withValidate -
Classes in com.univocity.parsers.conversions used by com.univocity.parsers.annotations.helpers Class Description Conversion The interface that defines the conversion from one type of value to another, and vice versa.EnumConversion Converts Strings to enumeration constants and vice versa. -
Classes in com.univocity.parsers.conversions used by com.univocity.parsers.common Class Description 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 Class Description Conversion The interface that defines the conversion from one type of value to another, and vice versa.ValidatedConversion Performs one or more validations against the values of a given record. -
Classes in com.univocity.parsers.conversions used by com.univocity.parsers.common.processor.core Class Description 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 Class Description 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 Class Description BigDecimalConversion Converts Strings to BigDecimals and vice versaBigIntegerConversion Converts Strings to BigIntegers and vice versaBooleanConversion Converts Strings to Booleans and vice versaByteConversion Converts Strings to Bytes and vice versaCalendarConversion Converts Strings to instances ofCalendarand vice versa.CharacterConversion Converts Strings to Characters and vice versaConversion The interface that defines the conversion from one type of value to another, and vice versa.DateConversion Converts Strings to instances ofDateand vice versa.DoubleConversion Converts Strings to Doubles and vice versaEnumConversion Converts Strings to enumeration constants and vice versa.EnumSelector Identifies a property of an enumeration that should be used byEnumOptionsto identify an input value.FloatConversion Converts Strings to Floats and vice versaFormattedBigDecimalConversion Converts formatted Strings to instances ofBigDecimaland vice versa.FormattedConversion This interface identifies conversions associated with theFormatannotation.FormattedDateConversion Converts objects of different date types (java.util.Dateandjava.util.Calendar) to a formatted dateString.IntegerConversion Converts Strings to Integers and vice versaLongConversion Converts Strings to Longs and vice versaLowerCaseConversion Converts an input String to its lower case representation TheLowerCaseConversion.revert(String)implements the same behavior ofLowerCaseConversion.execute(String).NullConversion Default implementation for conversions from input Objects of type I to output Objects of type ONullStringConversion Converts Strings to null and vice versaNumericConversion Converts Strings to instances ofNumberand vice versa.ObjectConversion Default implementation for conversions from an input String to Objects of a given type TRegexConversion Replaces contents of a given input String, identified by a regular expression, with a replacement String.ShortConversion Converts Strings to Shorts and vice versaToStringConversion Converts any non-null object to its String representation.TrimConversion Removes leading and trailing white spaces from an input String TheTrimConversion.revert(String)implements the same behavior ofTrimConversion.execute(String).UpperCaseConversion Converts an input String to its upper case representation TheUpperCaseConversion.revert(String)implements the same behavior ofUpperCaseConversion.execute(String).ValidatedConversion Performs one or more validations against the values of a given record.Validator Defines a custom validation process to be executed when reading or writing values into a field of a java bean that is annotated withValidate