jakartaee / config

Jakartaconfig project
Apache License 2.0
21 stars 16 forks source link

Remove TypeToken #223

Closed radcortez closed 4 months ago

jansupol commented 4 months ago

I know you have demonstrated the possibility of a replacement of the TypeToken for cases when you have a common prefix. Is it possible to load a List<String> from the source

firstkey = value1
secondkey = value2

when there is no common prefix key?

radcortez commented 4 months ago

In that case, the common prefix is an empty String, meaning you will get all the configurations.