There may be a way to do this with StringCodecs but not sure of the details.

You could use arrays of strings as an intermediate type since these can be
populated by comma-separated values in the property files. Then convert
to List/Map as needed.

Ram

On Thu, Mar 17, 2016 at 2:11 AM, Chinmay Kolhatkar <[email protected]>
wrote:

> Hi,
>
> I have an operator which has setter method for properties which are of type
> List<String> and Map<String, String>.
>
> Is there any way to set these properties via properties.xml?
>
> Thanks,
> Chinmay.
>

Reply via email to