AFAIK there is a way to do it via JSON. -- sent from mobile On Mar 17, 2016 9:32 AM, "Munagala Ramanath" <[email protected]> wrote:
> 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. > > >
