Codegen should escape resource methods only on resource classes #787
Labels
impact/breaking
Fixing this issue will require a breaking change
kind/enhancement
Improvements or new features
resolution/fixed
This issue was fixed
Milestone
Hello!
Issue details
Currently every getter and setter is escaped to avoid collision with methods inherited from Resource class family, but should only apply to the Resource child classes, not all classes.
This is the current entry point to the escape logic:
Found during this PR: #766
Ideas for a clean implementation that would differentiate between resource and non-resource classes very much welcome :)
Affected area/feature
The text was updated successfully, but these errors were encountered: