InputType - type of the value to be converted.OutputType - type of the converted value.public interface TypeConverter<InputType,OutputType>
| Modifier and Type | Method and Description |
|---|---|
OutputType |
convert(InputType inputType)
Converters from one type to another.
|
OutputType convert(InputType inputType)
inputType - the value to be converted.Copyright © 2018 MuleSoft, Inc.. All rights reserved.