Hi,

I want to accept list of objects as property from a properties file. I
couldn't find any direct way to do this. I am thinking of following option:

Accept object in json form from properties file. Then write a "Converter"
like ObjectArrayConverter to parse this json string into an object list.

Is this a right solution or there is any better way to achieve this using
BeanUtils?

-Priyanka

Reply via email to