Emily-Jiang / microprofile.config.incubator

Apache License 2.0
0 stars 2 forks source link

Need ConfigBuilder methods to add custom converters #12

Closed tevans78 closed 7 years ago

tevans78 commented 7 years ago

e.g. ConfigBuilder.addConverter(Converter)

Emily-Jiang commented 7 years ago

added a /* * Add a converter {@link Converter} to the builder * @param converter the converter * @param convererTyper the class type that the converter is supposed to convert from a string * @return the builder /

ConfigBuilder addConverter(Converter converter, Class converterType);
tevans78 commented 7 years ago

Converter should be parameterized... ConfigBuilder addConverter(Converter converter. Class converterType)

tevans78 commented 7 years ago

Turns out that can't re-open issues :-(