Randgalt / record-builder

Record builder generator for Java records
Apache License 2.0
758 stars 55 forks source link

Remove downcast in favor of methods #49

Closed Randgalt closed 3 years ago

Randgalt commented 3 years ago

Great suggestion from @Twisol. There's no need for the downcasting if record component methods are added to the Wither interface.

Closes #27

grahamrvvup commented 3 years ago

@Randgalt lgtm, that's a neater solution and the version works in our build without warnings 👍

Randgalt commented 3 years ago

OK - I'll merge this and create a release soon.

grahamrvvup commented 3 years ago

ty 🙏