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
Currently the JavaPropsMapper can only work with java.util.Properties. It would be good if there is support for using Map<String, String> in addition to java.util.Properties.
Would you be open in accepting a PR that adds this support?