Interface ITranslationTable
- All Superinterfaces:
Serializable
- All Known Implementing Classes:
ReferenceTranslationTable,TranslationTable
Represents an interface for translation tables used in connector models.
Translation tables are used to map key-value pairs for data transformation.
-
Method Summary
Modifier and TypeMethodDescriptioncopy()Copy theITranslationTableinstancevoidupdate(UnaryOperator<String> updater) Update the given translation table
-
Method Details
-
copy
ITranslationTable copy()Copy theITranslationTableinstance- Returns:
ITranslationTabledeep copy
-
update
Update the given translation table- Parameters:
updater- An operation on a single operand that produces a result of the same type as its operand.
-