You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@commons.apache.org by Priyanka Gugale <pr...@apache.org> on 2016/10/12 12:51:54 UTC

Accept list of objects from properties file

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