Uses of Class
com.univocity.parsers.common.fields.FieldSet
Packages that use FieldSet
Package
Description
-
Uses of FieldSet in com.univocity.parsers.common
Methods in com.univocity.parsers.common that return FieldSetModifier and TypeMethodDescriptionConversionProcessor.convertFields
(Conversion... conversions) Applies a set ofConversion
objects over fields of a record by name.DefaultConversionProcessor.convertFields
(Conversion... conversions) ConversionProcessor.convertIndexes
(Conversion... conversions) Applies a set ofConversion
objects over indexes of a record.DefaultConversionProcessor.convertIndexes
(Conversion... conversions) CommonSettings.excludeFields
(Enum... columns) Selects columns which will not be read/written, by their namesCommonSettings.excludeFields
(String... fieldNames) Selects fields which will not be read/written, by their namesCommonSettings.excludeIndexes
(Integer... fieldIndexes) Selects columns which will not be read/written, by their positions(package private) FieldSet<?>
CommonParserSettings.getFieldSet()
Returns the set of selected fields, if any(package private) FieldSet<?>
CommonSettings.getFieldSet()
Returns the set of selected fields, if anyCommonSettings.selectFields
(Enum... columns) Selects a sequence of fields for reading/writing by their namesCommonSettings.selectFields
(String... fieldNames) Selects a sequence of fields for reading/writing by their names.CommonSettings.selectIndexes
(Integer... fieldIndexes) Selects a sequence of fields for reading/writing by their positions.private <T> FieldSet<T>
CommonSettings.setFieldSet
(FieldSet<T> fieldSet, T... values) Replaces the current field selectionMethods in com.univocity.parsers.common with parameters of type FieldSetModifier and TypeMethodDescriptionprivate <T> FieldSet<T>
CommonSettings.setFieldSet
(FieldSet<T> fieldSet, T... values) Replaces the current field selection -
Uses of FieldSet in com.univocity.parsers.common.fields
Subclasses of FieldSet in com.univocity.parsers.common.fieldsModifier and TypeClassDescriptionclass
A FieldSelector capable of deselecting fields in a record.class
A FieldSelector capable of deselecting fields by their position in a record.class
A FieldSelector capable of deselecting fields by their name in a record.class
A FieldSelector capable of selecting fields represented by values of an enumeration type.class
A FieldSelector capable of selecting fields by their position in a record.class
A FieldSelector capable of selecting fields by their name.Fields in com.univocity.parsers.common.fields with type parameters of type FieldSetMethods in com.univocity.parsers.common.fields that return FieldSetModifier and TypeMethodDescriptionFieldSet.add
(Collection<T> fields) Validates and adds multiple field referencesValidates and adds multiple field referencesFieldConversionMapping.applyConversionsOnFieldEnums
(Conversion<String, ?>... conversions) Applies a sequence of conversions on a selection of enumerations that represent fieldsFieldConversionMapping.applyConversionsOnFieldIndexes
(Conversion<String, ?>... conversions) Applies a sequence of conversions on a selection of field indexesFieldConversionMapping.applyConversionsOnFieldNames
(Conversion<String, ?>... conversions) Applies a sequence of conversions on a selection of field nameFieldSet.clone()
AbstractConversionMapping.registerConversions
(Conversion<String, ?>... conversions) Registers a sequence of conversions to a set of fields.FieldSet.remove
(Collection<T> fields) Removes multiple field references in the selectionRemoves multiple field references in the selectionFieldSet.set
(Collection<T> fields) Validates and sets multiple field references.Validates and sets multiple field references.Constructor parameters in com.univocity.parsers.common.fields with type arguments of type FieldSet -
Uses of FieldSet in com.univocity.parsers.common.processor.core
Methods in com.univocity.parsers.common.processor.core that return FieldSetModifier and TypeMethodDescriptionAbstractMultiBeanProcessor.convertFields
(Conversion... conversions) AbstractMultiBeanProcessor.convertIndexes
(Conversion... conversions) -
Uses of FieldSet in com.univocity.parsers.common.record
Methods in com.univocity.parsers.common.record that return FieldSetModifier and TypeMethodDescriptionRecordMetaData.convertFields
(Conversion... conversions) Associates a sequence ofConversion
s to fields of a given set of field namesRecordMetaData.convertFields
(Class<T> enumType, Conversion... conversions) Associates a sequence ofConversion
s to fields of a given set of fieldsRecordMetaDataImpl.convertFields
(Conversion... conversions) RecordMetaDataImpl.convertFields
(Class<T> enumType, Conversion... conversions) RecordMetaData.convertIndexes
(Conversion... conversions) Associates a sequence ofConversion
s to fields of a given set of column indexesRecordMetaDataImpl.convertIndexes
(Conversion... conversions) -
Uses of FieldSet in com.univocity.parsers.csv
Methods in com.univocity.parsers.csv that return FieldSetModifier and TypeMethodDescriptionCsvWriterSettings.quoteFields
(Enum... columns) Selects fields whose values should always be written within quotesCsvWriterSettings.quoteFields
(String... columns) Selects fields whose values should always be written within quotesCsvWriterSettings.quoteIndexes
(Integer... columns) Selects field positions whose values should always be written within quotesprivate <T> FieldSet<T>
CsvWriterSettings.setFieldSet
(FieldSet<T> fieldSet, T... values) Replaces the current quoted field selectionMethods in com.univocity.parsers.csv with parameters of type FieldSetModifier and TypeMethodDescriptionprivate <T> FieldSet<T>
CsvWriterSettings.setFieldSet
(FieldSet<T> fieldSet, T... values) Replaces the current quoted field selection