Interface | Description |
---|---|
FieldSelector |
Interface used to identify classes capable of selecting fields and returning their positions in a given sequence.
|
Class | Description |
---|---|
AllIndexesSelector |
A FieldSelector that selects all indexes of a record.
|
ExcludeFieldEnumSelector |
A FieldSelector capable of deselecting fields in a record.
|
ExcludeFieldIndexSelector |
A FieldSelector capable of deselecting fields by their position in a record.
|
ExcludeFieldNameSelector |
A FieldSelector capable of deselecting fields by their name in a record.
|
FieldConversionMapping |
A class for mapping field selections to sequences of
Conversion objects |
FieldEnumSelector |
A FieldSelector capable of selecting fields represented by values of an enumeration type.
|
FieldIndexSelector |
A FieldSelector capable of selecting fields by their position in a record.
|
FieldNameSelector |
A FieldSelector capable of selecting fields by their name.
|
FieldSet<T> |
A set of selected fields.
|
Copyright © 2024 uniVocity Software Pty Ltd. All rights reserved.