I have a DTO which I want to convert to Entity. Both DTO and Entity have a field: List<AbstractSomething> somethings. AbstractSomething is declared as abstract, and the list’s values have concrete implementations. When converting between the DTO and the Entity, I get this exception: No concrete class mapping defined for source I want Orika to […]
The post Orika – No concrete class mapping defined for source appeared first on BlogoSfera.