stephenh / dtonator

code generator for creating DTOs and mapping to domain objects
Other
14 stars 5 forks source link

Issue 4 inheritance problems #5

Closed pbtura closed 6 years ago

pbtura commented 7 years ago

Fix for issue where dto generation was not working properly for classes with inheritance. Currently, the DtoConfig class uses the declaringClass for the getter method to determine if a property should be included. Need to determine if the setter method should be checked as well.