Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feature request - builder with one field changed #62

Open
mkeskells opened this issue Aug 11, 2021 · 0 comments
Open

feature request - builder with one field changed #62

mkeskells opened this issue Aug 11, 2021 · 0 comments

Comments

@mkeskells
Copy link

in our code we end up writing

value = myClass.newBuilder(value).withFoo(new Foo)

quite a lot

it would be clearer to have additional methods generated so we could do

value = value.copyWithFoo(new Foo());

particually when you end up nesting the builders if I want to change a.b.c type

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants