| Class | Description |
|---|---|
| AutoTransformer |
A transformer that uses the transform discovery mechanism to convert the message payload.
|
| BeanToMap |
Conversts a simple bean object to a Map.
|
| ByteArrayToHexString |
Converts a Byte array to a Hex String.
|
| ByteArrayToMuleMessage |
Deserializes a
Message stored on a byte array. |
| ByteArrayToObject |
ByteArrayToObject works in the same way as ByteArrayToSerializable but checks if the byte array is a
serialised object and if not will return a String created from the bytes as the returnType on the transformer. |
| ByteArrayToSerializable |
ByteArrayToSerializable converts a serialized object to its object representation |
| CombineCollectionsTransformer |
Takes a payload which is a Collection of Collections and turns into a single List.
|
| CopyPropertiesProcessor | |
| GetBeanProperty |
Looks up a property from a JavaBean using PropertyUtils.getProperty().
|
| HexStringToByteArray |
Converts a Hex String to a Byte array
|
| MapLookup |
MapLookup looks up and returns an object from a Map based on a key. |
| MapToBean |
Creates and object of type
getReturnDataType().getType() and populates values of a Map as bean
properties on the object. |
| MuleMessageToByteArray |
Serializes a
Message into a byte array. |
| ObjectArrayToString |
ObjectArrayToString transformer is the opposite of StringToObjectArray - it simply converts Object[] to a String
in which each element is separated by a configurable delimiter (default is a space). |
| ParseTemplateTransformer |
Loads a template and parses its content to resolve expressions.
|
| PropertyEditorTextToValueTransformer |
PropertyEditorTextToValueTransformer adapts a PropertyEditor instance allowing it to be used to transform
from a String to another type in Mule |
| PropertyEditorValueToTextTransformer |
PropertyEditorValueToTextTransformer adapts a PropertyEditor instance allowing it to be used to transform
from a specific type to a String. |
| SerializableToByteArray |
SerializableToByteArray converts a serializable object or a String to a byte array. |
| SetPayloadTransformer |
Transformer that modifies the payload of the message according to the provided value.
|
| StringAppendTransformer | |
| StringToEnum | |
| StringToObjectArray |
StringToObjectArray converts a String into an object array. |
Copyright © 2003–2017 MuleSoft, Inc.. All rights reserved.