Emily-Jiang / microprofile.config.incubator

Apache License 2.0
0 stars 2 forks source link

Converter needs a getConversionClass method #6

Closed tevans78 closed 7 years ago

tevans78 commented 7 years ago

The implementation will need to store the converters in a Class > Converter map

Emily-Jiang commented 7 years ago

I think the Map should be in ConfigImpl or ConfigBuilderImpl to store the <class, converter>. I would rather not add this to the Converter interface.