Currently, one can create a Config from a bean whose fields are based on such primitive types as List, Map or even a raw Config. However, it doesn't support the Set collection type yet.
In the pull request that will follow, we propose piggy-backing on ConfigBeanImpl#getListValue to support the `Set type.