You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Of course, this can also be improved. We already provide converters for the most common types, so this code is not used often. I did find 3 invocations in the config-quickstart, because of File, URI, and InheritableLevel.
When creating a
ConfigMapping
, converters are looked up viaConverters.Implicit.getConverter((Class<?>) clazz)
which looks like:In a Quarkus context, we already know this information and could pass it to Smallrye Config, right?
The text was updated successfully, but these errors were encountered: