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() |
public static final String DELIM
public Object convert(String properties, MuleContext context)
convert
in interface PropertyConverter
public Class getType()
getType
in interface PropertyConverter
Copyright © 2003–2016 MuleSoft, Inc.. All rights reserved.