dictionary - Convert object to Map<String, String> in java -


please suggest how convert object map<string, string> in java. tried org.apache.commons.beanutils.beanmap(object). returning map<string, object only

iterate on map<string, object> , use newmap.put(key, value.tostring()); fill new map<string, string>


Comments

Popular posts from this blog

javascript - Google App Script ContentService downloadAsFile not working -

javascript - Function overwritting -

c# - Exception when attempting to modify Dictionary -