| Interface | Description |
|---|---|
| Converter |
Defines a
Transformer that is a data type converters, ie: convert data from a type to another without modifying the
meaning of the data. |
| DataTypeConversionResolver |
Resolves a conversion from one data type to another returning a converter
Transformer that is able to convert the data. |
| DiscoverableTransformer |
A interface to denote that a transformer is discoverable.
|
| MessageTransformer |
A transformer intended to transform Mule messages rather than arbitrary objects
|
| Transformer |
Transformer can be chained together to covert message payloads from one object type to another. |
| Exception | Description |
|---|---|
| MessageTransformerException |
An exception that occurred while transforming a message, thrown by
MessageTransformers. |
| TransformerException |
TransformerException is a simple exception that is thrown by transformers. |
Copyright © 2003–2017 MuleSoft, Inc.. All rights reserved.