public class PropertiesConverter extends Object implements PropertyConverter
"apple=green, banana=yellow" into a Properties map.
Property placeholders can be used in these values:
"apple=${apple.color}, banana=yellow"| Constructor and Description |
|---|
PropertiesConverter() |
| Modifier and Type | Method and Description |
|---|---|
Object |
convert(String properties,
MuleContext context) |
Class |
getType() |
public static final String DELIM
public Object convert(String properties, MuleContext context)
convert in interface PropertyConverterpublic Class getType()
getType in interface PropertyConverterCopyright © 2003–2020 MuleSoft, Inc.. All rights reserved.