Interface TableMappingModificationContext<ST extends SourceTable<?,?>,TT extends TargetTable<?,?>>
public interface TableMappingModificationContext<ST extends SourceTable<?,?>,TT extends TargetTable<?,?>>
Context to modify an existing
TableMapping
.- Since:
- 4.5.0
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionReturns the source table in the table mapping.Returns the target table in the table mapping.<S extends MappingStep>
voidmodifyStep
(MappingStepSelector<S> selector, Consumer<S> stepConfig) Modifies a transformation step in the table mapping.
-
Method Details
-
getSourceTable
ST getSourceTable()Returns the source table in the table mapping. -
getTargetTable
TT getTargetTable()Returns the target table in the table mapping. -
modifyStep
<S extends MappingStep> void modifyStep(MappingStepSelector<S> selector, Consumer<S> stepConfig) throws DataIntegrationException Modifies a transformation step in the table mapping.- Throws:
DataIntegrationException
-