Transformation.public interface Transformer
| Modifier and Type | Method and Description |
|---|---|
Object |
getValueOnExport(TransformContextForExport context)
Deprecated.
Returns the result of the data transformation before exporting the data to file.
|
Object |
getValueOnImport(TransformContextForImport context)
Deprecated.
Returns the result of transforming data before importing data.
|
Object getValueOnExport(TransformContextForExport context) throws AdixException
AdixExceptionObject getValueOnImport(TransformContextForImport context) throws AdixException
AdixException