Package | Description |
---|---|
com.univocity.parsers.common | |
com.univocity.parsers.common.fields |
Modifier and Type | Method and Description |
---|---|
static int |
ArgumentUtils.indexOf(NormalizedString[] array,
NormalizedString element,
FieldSelector fieldSelector)
Returns the index of a header, when headers are selected using a
FieldSelector . |
Modifier and Type | Class and Description |
---|---|
class |
AllIndexesSelector
A FieldSelector that selects all indexes of a record.
|
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.
|
Copyright © 2023 Univocity Software Pty Ltd. All rights reserved.