-
Notifications
You must be signed in to change notification settings - Fork 121
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Config.getValueCollection() #63
Comments
dmlloyd
added a commit
to dmlloyd/smallrye-config
that referenced
this issue
Dec 13, 2018
+1 The |
kenfinnigan
added a commit
that referenced
this issue
Dec 14, 2018
[#63] A multi-value config get operation
jmesnil
added a commit
to jmesnil/smallrye-config
that referenced
this issue
Dec 14, 2018
* add tests issue: smallrye#63
kenfinnigan
added a commit
that referenced
this issue
Dec 14, 2018
[#63] A multi-value config get operation
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
It would be great if the base
Config
interface had methods to get collections of single-valued items. The API could accept a function that accepts a size estimate and yields some kind of collection type.I'll send up a PR as an example of how the API could look, if added on
SmallRyeConfig
.The text was updated successfully, but these errors were encountered: