Skip to content

feature request - builder with one field changed #62

@mkeskells

Description

@mkeskells

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

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions