Uses of Interface
com.univocity.parsers.common.fields.FieldSelector
-
Packages that use FieldSelector Package Description com.univocity.parsers.common com.univocity.parsers.common.fields -
-
Uses of FieldSelector in com.univocity.parsers.common
Methods in com.univocity.parsers.common with parameters of type FieldSelector Modifier and Type Method Description static intArgumentUtils. indexOf(NormalizedString[] array, NormalizedString element, FieldSelector fieldSelector)Returns the index of a header, when headers are selected using aFieldSelector. -
Uses of FieldSelector in com.univocity.parsers.common.fields
Classes in com.univocity.parsers.common.fields that implement FieldSelector Modifier and Type Class Description classAllIndexesSelectorA FieldSelector that selects all indexes of a record.classExcludeFieldEnumSelectorA FieldSelector capable of deselecting fields in a record.classExcludeFieldIndexSelectorA FieldSelector capable of deselecting fields by their position in a record.classExcludeFieldNameSelectorA FieldSelector capable of deselecting fields by their name in a record.classFieldEnumSelectorA FieldSelector capable of selecting fields represented by values of an enumeration type.classFieldIndexSelectorA FieldSelector capable of selecting fields by their position in a record.classFieldNameSelectorA FieldSelector capable of selecting fields by their name.
-