Package com.univocity.parsers.common.fields
package com.univocity.parsers.common.fields
-
ClassDescriptionBasic support operations for mapping attributes/methods to columns in a
ColumnMapper
Class responsible for managing field selections and any conversion sequence associated with each.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 theColumnMapper
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 ofConversion
objectsA 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.FieldSet<T>A set of selected fields.