Although Archaius has supported decoding of collection-valued properties such as list, sets and maps since at least 2019, the syntax to use them was never properly documented and required users to provide their own implementation of the ParametrizedType interface.
This commit adds some syntactic sugar to simplify usage.
Although Archaius has supported decoding of collection-valued properties such as list, sets and maps since at least 2019, the syntax to use them was never properly documented and required users to provide their own implementation of the ParametrizedType interface.
This commit adds some syntactic sugar to simplify usage.
Closes: #654