Possible to override toString for SQLDelight generated class?

91 Views Asked by At

I'm using SQLDelight to generate models for an app I'm working on. Is there a way to specify a custom toString method for the generated data classes? I realize I could create a subclass and override it but I'd prefer not to do that.

0

There are 0 best solutions below