Difference between revisions of "Java bean utils populate"
From John Freier
(Created page with 'I believe this takes in a map and set the properties of a pojo. Object = public void populate(Object bean, Map properties)') |
|||
Line 1: | Line 1: | ||
I believe this takes in a map and set the properties of a pojo. | I believe this takes in a map and set the properties of a pojo. | ||
− | Object = public void populate(Object bean, Map properties) | + | Object = public void populate(Object bean, Map properties) |
Latest revision as of 15:20, 3 February 2012
I believe this takes in a map and set the properties of a pojo.
Object = public void populate(Object bean, Map properties)