Netflix / archaius

Library for configuration management API
Apache License 2.0
2.47k stars 485 forks source link

Add utility methods to simplify usage of collection-valued properties. #687

Closed rgallardo-netflix closed 1 year ago

rgallardo-netflix commented 1 year ago

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