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.
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.