T
- Table type.F
- Field type.public abstract class SourceTable<T extends Table<F>,F extends Field> extends Object
TableMapping
.
This table registers mapped source fields.
TableMapping.of(SourceTable, TargetTable...)
Constructor and Description |
---|
SourceTable() |
Modifier and Type | Method and Description |
---|---|
abstract Iterator<F> |
getMappedFields()
Returns all mapped fields.
|
abstract T |
getTable()
Returns the table structure of all possible fields to be mapped.
|
public abstract T getTable()
getMappedFields()