| Package | Description |
|---|---|
| org.mule.runtime.core.expression.transformers | |
| org.mule.runtime.core.transformer | |
| org.mule.runtime.core.transformer.simple |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractExpressionTransformer
This transformer will evaluate one or more expressions on the current message and return the results as an Array.
|
class |
BeanBuilderTransformer
This transformer uses the returnClass to create the return object and then will populate the bean with arguments defined as
expressions
|
class |
ExpressionTransformer
This transformer will evaluate one or more expressions on the current message and return the results as an Array.
|
| Modifier and Type | Class and Description |
|---|---|
class |
TransformerChain
A referencable chain of transformers that can be used as a single transformer
|
class |
TransformerTemplate
TODO
|
| Modifier and Type | Class and Description |
|---|---|
class |
AutoTransformer
A transformer that uses the transform discovery mechanism to convert the message payload.
|
class |
MuleMessageToByteArray
Serializes a
Message into a byte array. |
class |
ParseTemplateTransformer
Loads a template and parses its content to resolve expressions.
|
class |
SetPayloadTransformer
Transformer that modifies the payload of the message according to the provided value.
|
Copyright © 2003–2017 MuleSoft, Inc.. All rights reserved.