| Class | Description |
|---|---|
| CursorIteratorProviderToIterator |
Transforms a
CursorIteratorProvider to an Iterator by getting a cursor from it |
| CursorStreamProviderToInputStream |
Transforms a
CursorStreamProvider to an InputStream by getting a cursor from it |
| DataHandlerToInputStreamTransformer | |
| InputStreamToByteArray |
Transforms
input streams into byte arrays. |
| LocalDateToDate | |
| NumberToString |
NumberToString converts a Number to a String. |
| ObjectToByteArray |
ObjectToByteArray converts serilaizable object to a byte array but treats java.lang.String
differently by converting to bytes using the String.getBytes() method. |
| 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. |
| ObjectToOutputHandler |
ObjectToOutputHandler converts a byte array into a String. |
| ObjectToString |
ObjectToString transformer is useful for debugging. |
| StringToBoolean |
ByteArrayToSerializable converts a serialized object to its object representation |
| StringToNumber |
StringToNumber converts a String to a Number. |
Copyright © 2003–2017 MuleSoft, Inc.. All rights reserved.