| Interface | Description |
|---|---|
| Converter<SOURCE,TARGET> |
Sometimes it is essential to translate data syntax (that is the representation of data)
being transported within a flow.
|
| Translator<T> |
Interface for all FlowComponents that perform a Transformer function.
|
| Exception | Description |
|---|---|
| DataTransformationException |
Wrapper for errors experienced while converting between types.
|
| TransformationException |
Base TransformationException
|
Copyright © 2007-2016 Ikasan. All Rights Reserved.