See: Description
| Interface | Description |
|---|---|
| FieldMatcher<SF extends Field,TF extends Field> |
Strategy to match source fields with target fields when mapping fields.
|
| Class | Description |
|---|---|
| CSVSourceTable |
Represents the CSV source table in a
TableMapping. |
| CSVTargetTable |
Represents the CSV target table in a
TableMapping. |
| EBXSourceTable |
Represents the EBX source table in a
TableMapping. |
| EBXTargetTable |
Represents the EBX target table in a
TableMapping. |
| ExcelSourceTable |
Represents the Excel source table in a
TableMapping. |
| ExcelTargetTable |
Represents the Excel target table in a
TableMapping. |
| MappingSpec |
Global mapping specification.
|
| SourceTable<T extends Table<F>,F extends Field> |
Represents a source table in a
TableMapping. |
| TableMapping<SF extends Field,TF extends Field> |
Mapping between a
SourceTable and a TargetTable. |
| TargetTable<T extends Table<F>,F extends Field> |
Represents a target table in a
TableMapping. |
Provides classes and interfaces for creating a mapping specification between source and target tables.
The main class of this package is MappingSpec. It represents a mapping specification.