Search code examples
javacopypojo

Setting same properites POJO in java


I have two POJO with same setter and getter now i want to copy all the bean value to another bean. What can be the best way to copy all the information of one POJO to another.?


Solution

  • U can use Apache BeanUtils ...