Package com.univocity.parsers.annotations

Annotation Types Summary
BooleanString Indicates that parsed values such as "y", "No" or "null" should be interpreted as boolean values.
Convert Assigns a custom implementation of Conversion to be executed (Conversion.execute(Object)) when writing to the field and reverted (Conversion.revert(Object)) when reading from the field.
EnumOptions The EnumSelector annotation is meant to be used in conjunction with enumeration attributes.
Format Indicates that a parsed value is formatted and must be parsed before being assigned.
Headers The Headers annotation allows java beans to configure how to handle field names in a given input/output
LowerCase Indicates the String value of a field must be converted to lower case using LowerCaseConversion.
NullString Indicates that parsed values such as "", "?" or "null" should be interpreted as null.
Parsed Indicates the field is parsed.
Replace Indicates the String value of a field must have some of its contents replaced using RegexConversion.
Trim Indicates the String value of a field must be trimmed using TrimConversion.
UpperCase Indicates the String value of a field must be converted to uppercase using UpperCaseConversion.
 



Copyright © 2016 uniVocity Software Pty Ltd. All rights reserved.