I meant , you are doing "Object -> String -> PasswordProvider" but I think you can do direct conversion from "Object -> PasswordProvider" , Have you tried ... ``` configMapper.convertValue(entry.getValue(), PasswordProvider.class) ```
[ Full content available at: https://github.com/apache/incubator-druid/pull/6285 ] This message was relayed via gitbox.apache.org for [email protected]
