Eg.
abstract class A {}
class B extends class A {}
class C extends class A {}
abstract class ADto {}
class BDto extends class ADto {}
class CDto extends class ADto {}
class Item {
A a;
}
class ItemDTO {
ADto a;
}
How do I map item to ItemDTO?
--
You received this message because you are subscribed to the Google Groups "mapstruct-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to mapstruct-use...@googlegroups.com.
To post to this group, send email to mapstru...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.