Emily-Jiang / microprofile.config.incubator

Apache License 2.0
0 stars 2 forks source link

Need a method on ConfigBuilder to list the ConfigSources (edit) #21

Closed tevans78 closed 7 years ago

tevans78 commented 7 years ago

Something like... public Collection getSources()

Emily-Jiang commented 7 years ago

added. also added the /* * Return the collection of {@link Converter}s. * @return the collection of {@link Converter}s. / public Collection getConverters();

tevans78 commented 7 years ago

should be parameterized like for ConfigSources ... public Collection<Converter> getConverters()

tevans78 commented 7 years ago

Noticed that in these issues the '<>' chars are special (markdown?) so they don't show up if not formatted as code