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

c# - Validate object ID from GET to POST -

node.js - Custom Model Validator SailsJS -

php - Find a regex to take part of Email -