I am searching how to convert a HashMap to a Javabean. Looking how to create a bean (whose String attributes match with HashMap keys ) given bean class as input along with hashmap.
I read that we can use Dozer or org.apache.commons.beanutils.BeanMap. Can any one please provide the best way to do this with a small example code?
I am stuck up on this , please assist ASAP. Thanks a lot in advance.