TransformationSettings
constructor(id: String, transformerId: String, scope: Set<TransformationScope>, configuration: DataObject = DataObject.EMPTY_OBJECT, conditions: Rule<Condition>? = null)
Parameters
id
The unique identifier for this transformation.
transformerId
The identifier of the Transformer to use to apply the transformation identified by id.
scope
The set of TransformationScopes that this transformation is applicable for.
configuration
Configuration required by the transformation