public interface TransformationService
| Modifier and Type | Method and Description |
|---|---|
Message |
transform(Message message,
DataType outputDataType)
Attempts to obtain the payload of this message with the desired Class type.
|
Object |
transform(Object value,
DataType valueDataType,
DataType expectedDataType)
Given a value) it will try to transform it to the expected type defined in the {@code expectedDataType}
|
Object transform(Object value, DataType valueDataType, DataType expectedDataType)
Message transform(Message message, DataType outputDataType)
message - the message to transformoutputDataType - the desired return typeCopyright © 2017 MuleSoft, Inc.. All rights reserved.