Difference between revisions of "Java bean utils populate"

From John Freier
Jump to: navigation, search
(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)')
(No difference)

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)