Hi, I have a set of values in map with appropriate keys. I dont know the keys that will be present in the map as that is decided on run time. Is it possible for me to create a bean and populate it based on the keys and values in the map at run time. I know BeanUtils.populate can populate a bean, but is there a way to create that object also dynamically. A LazyBean so to say.
Thanks for any help -- Puneet