public interface TableMappingModificationContext<ST extends SourceTable<?,?>,TT extends TargetTable<?,?>>
TableMapping
.TableMappingModifier.modify(TableMappingModificationContext)
Modifier and Type | Method and Description |
---|---|
ST |
getSourceTable()
Returns the source table in the table mapping.
|
TT |
getTargetTable()
Returns the target table in the table mapping.
|
<S extends MappingStep> |
modifyStep(MappingStepSelector<S> selector,
java.util.function.Consumer<S> stepConfig)
Modifies a transformation step in the table mapping.
|
ST getSourceTable()
TT getTargetTable()
<S extends MappingStep> void modifyStep(MappingStepSelector<S> selector, java.util.function.Consumer<S> stepConfig) throws DataIntegrationException
DataIntegrationException