Package com.univocity.parsers.common.fields


package com.univocity.parsers.common.fields
  • Class
    Description
    A FieldSelector that selects all indexes of a record.
    A utility that allows users to manually define mappings from attributes/methods of a given class to columns to be parsed or written.
    Implementation the ColumnMapper interface which allows users to manually define mappings from attributes/methods of a given class to columns to be parsed or written.
    A FieldSelector capable of deselecting fields in a record.
    A FieldSelector capable of deselecting fields by their position in a record.
    A FieldSelector capable of deselecting fields by their name in a record.
    A class for mapping field selections to sequences of Conversion objects
    A FieldSelector capable of selecting fields represented by values of an enumeration type.
    A FieldSelector capable of selecting fields by their position in a record.
    A FieldSelector capable of selecting fields by their name.
    Interface used to identify classes capable of selecting fields and returning their positions in a given sequence.
    A set of selected fields.