Interface TableMappingModifier<ST extends SourceTable<?,?>,TT extends TargetTable<?,?>>
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
@FunctionalInterface
public interface TableMappingModifier<ST extends SourceTable<?,?>,TT extends TargetTable<?,?>>
Allows modification of an existing
TableMapping
.- Since:
- 4.5.0
-
Method Summary
Modifier and TypeMethodDescriptionvoid
modify
(TableMappingModificationContext<ST, TT> context) Modifies the table mapping specified by the context.
-
Method Details
-
modify
Modifies the table mapping specified by the context.- Throws:
DataIntegrationException
-