Package com.univocity.parsers.annotations


package com.univocity.parsers.annotations
  • Class
    Description
    Indicates that parsed values such as "y", "No" or "null" should be interpreted as boolean values.
    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.
    Allows copying values of meta-annotation properties into the properties of an annotation that composes it.
    The EnumSelector annotation is meant to be used in conjunction with enumeration attributes.
    The @FixedWidth annotation, along with the Parsed annotation, allows users to configure the length, alignment and padding of fields parsed/written using the FixedWidthParser and FixedWidthWriter
    Indicates that a parsed value is formatted and must be parsed before being assigned.
    The Headers annotation allows java beans to configure how to handle field names in a given input/output
    A transformer of headers used in Nested attributes.
    Indicates the String value of a field must be converted to lower case using LowerCaseConversion.
    Marks a field as a nested object to be constructed with the values of the current row.
    Indicates that parsed values such as "", "?" or "null" should be interpreted as null.
    Indicates the field is parsed.
    Indicates the String value of a field must have some of its contents replaced using RegexConversion.
    Indicates the String value of a field must be trimmed using TrimConversion.
    Indicates the String value of a field must be converted to uppercase using UpperCaseConversion.
    Performs basic validations against the String representation of the value found in the annotated field.