Adding type definitions
Use this procedure to manually add type definitions to the mapping.types.default
property in the mapper.properties file. See Mapper properties concepts.
Added types definitions through the mapper.properties file are applicable for Mapper as a whole. You can add one or more types definitions using comma as delimiter.
In this example procedure, we will add two type definitions: MECDataTranslator
and Object
. These data types are necessary for using the MECDataTranslator
class in a mapping.
You can use the user-defined default types in a mapping directly after Mapper is (re)started.