I have a list of Car
's, I want to map them to different specific Car
's like - FordCar
, HondaCar
, VolkswagenCar
... base on value of maker
attribute of Car
, that is Car.maker
Can Dozer, MapStruct do this? Or is there any framework in Java which can do this?