Package | Description |
---|---|
com.univocity.parsers.common | |
com.univocity.parsers.common.fields | |
com.univocity.parsers.common.processor.core | |
com.univocity.parsers.common.record |
Modifier and Type | Method and Description |
---|---|
FieldSet<String> |
DefaultConversionProcessor.convertFields(Conversion... conversions) |
FieldSet<String> |
ConversionProcessor.convertFields(Conversion... conversions)
Applies a set of
Conversion objects over fields of a record by name. |
FieldSet<Integer> |
DefaultConversionProcessor.convertIndexes(Conversion... conversions) |
FieldSet<Integer> |
ConversionProcessor.convertIndexes(Conversion... conversions)
Applies a set of
Conversion objects over indexes of a record. |
FieldSet<Enum> |
CommonSettings.excludeFields(Enum... columns)
Selects columns which will not be read/written, by their names
|
FieldSet<String> |
CommonSettings.excludeFields(String... fieldNames)
Selects fields which will not be read/written, by their names
|
FieldSet<Integer> |
CommonSettings.excludeIndexes(Integer... fieldIndexes)
Selects columns which will not be read/written, by their positions
|
FieldSet<Enum> |
CommonSettings.selectFields(Enum... columns)
Selects a sequence of fields for reading/writing by their names
|
FieldSet<String> |
CommonSettings.selectFields(String... fieldNames)
Selects a sequence of fields for reading/writing by their names.
|
FieldSet<Integer> |
CommonSettings.selectIndexes(Integer... fieldIndexes)
Selects a sequence of fields for reading/writing by their positions.
|
Modifier and Type | Class and Description |
---|---|
class |
ExcludeFieldEnumSelector
A FieldSelector capable of deselecting fields in a record.
|
class |
ExcludeFieldIndexSelector
A FieldSelector capable of deselecting fields by their position in a record.
|
class |
ExcludeFieldNameSelector
A FieldSelector capable of deselecting fields by their name in a record.
|
class |
FieldEnumSelector
A FieldSelector capable of selecting fields represented by values of an enumeration type.
|
class |
FieldIndexSelector
A FieldSelector capable of selecting fields by their position in a record.
|
class |
FieldNameSelector
A FieldSelector capable of selecting fields by their name.
|
Modifier and Type | Method and Description |
---|---|
FieldSet<T> |
FieldSet.add(Collection<T> fields)
Validates and adds multiple field references
|
FieldSet<T> |
FieldSet.add(T... fields)
Validates and adds multiple field references
|
FieldSet<Enum> |
FieldConversionMapping.applyConversionsOnFieldEnums(Conversion<String,?>... conversions)
Applies a sequence of conversions on a selection of enumerations that represent fields
|
FieldSet<Integer> |
FieldConversionMapping.applyConversionsOnFieldIndexes(Conversion<String,?>... conversions)
Applies a sequence of conversions on a selection of field indexes
|
FieldSet<String> |
FieldConversionMapping.applyConversionsOnFieldNames(Conversion<String,?>... conversions)
Applies a sequence of conversions on a selection of field name
|
FieldSet<T> |
FieldSet.remove(Collection<T> fields)
Removes multiple field references in the selection
|
FieldSet<T> |
FieldSet.remove(T... fields)
Removes multiple field references in the selection
|
FieldSet<T> |
FieldSet.set(Collection<T> fields)
Validates and sets multiple field references.
|
FieldSet<T> |
FieldSet.set(T... fields)
Validates and sets multiple field references.
|
Constructor and Description |
---|
FieldSet(List<FieldSet<T>> wrappedFieldSets)
Creates a field set that wraps a collection of other field sets.
|
Modifier and Type | Method and Description |
---|---|
FieldSet<String> |
AbstractMultiBeanProcessor.convertFields(Conversion... conversions) |
FieldSet<Integer> |
AbstractMultiBeanProcessor.convertIndexes(Conversion... conversions) |
Modifier and Type | Method and Description |
---|---|
<T extends Enum<T>> |
RecordMetaData.convertFields(Class<T> enumType,
Conversion... conversions)
Associates a sequence of
Conversion s to fields of a given set of fields |
FieldSet<String> |
RecordMetaData.convertFields(Conversion... conversions)
Associates a sequence of
Conversion s to fields of a given set of field names |
FieldSet<Integer> |
RecordMetaData.convertIndexes(Conversion... conversions)
Associates a sequence of
Conversion s to fields of a given set of column indexes |
Copyright © 2018 uniVocity Software Pty Ltd. All rights reserved.