| Modifier and Type | Class and Description |
|---|---|
class |
StringToCharsetTransformer
Converts strings to
Charset instances. |
class |
StringToMediaTypeTransformer
Converts strings to
MediaType instances. |
| Modifier and Type | Class and Description |
|---|---|
class |
CursorIteratorProviderToIterator
Transforms a
CursorIteratorProvider to an Iterator by getting a cursor from it |
class |
CursorStreamProviderToInputStream
Transforms a
CursorStreamProvider to an InputStream by getting a cursor from it |
class |
DataHandlerToInputStreamTransformer |
class |
InputStreamToByteArray
Transforms
input streams into byte arrays. |
class |
LocalDateToDate
|
class |
NumberToString
NumberToString converts a Number to a String. |
class |
ObjectToByteArray
ObjectToByteArray converts serilaizable object to a byte array but treats java.lang.String
differently by converting to bytes using the String.getBytes() method. |
class |
ObjectToInputStream
ObjectToInputStream converts Serializable objects to an InputStream but treats java.lang.String,
byte[] and org.mule.runtime.core.message.OutputHandler differently by using their byte[] content
rather thqn Serializing them. |
class |
ObjectToOutputHandler
ObjectToOutputHandler converts a byte array into a String. |
class |
ObjectToString
ObjectToString transformer is useful for debugging. |
class |
StringToBoolean
ByteArrayToSerializable converts a serialized object to its object representation |
class |
StringToNumber
StringToNumber converts a String to a Number. |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractDiscoverableTransformer |
| Modifier and Type | Class and Description |
|---|---|
class |
BeanToMap
Conversts a simple bean object to a Map.
|
class |
ByteArrayToMuleMessage
Deserializes a
Message stored on a byte array. |
class |
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. |
class |
ByteArrayToSerializable
ByteArrayToSerializable converts a serialized object to its object representation |
class |
MapToBean
Creates and object of type
getReturnDataType().getType() and populates values of a Map as bean
properties on the object. |
class |
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). |
class |
PropertyEditorTextToValueTransformer
PropertyEditorTextToValueTransformer adapts a PropertyEditor instance allowing it to be used to transform
from a String to another type in Mule |
class |
PropertyEditorValueToTextTransformer
PropertyEditorValueToTextTransformer adapts a PropertyEditor instance allowing it to be used to transform
from a specific type to a String. |
class |
SerializableToByteArray
SerializableToByteArray converts a serializable object or a String to a byte array. |
class |
StringToEnum
|
Copyright © 2003–2017 MuleSoft, Inc.. All rights reserved.