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

Support new setterPrefix for Builder #719

Closed
lppedd opened this issue Dec 23, 2019 · 3 comments · Fixed by #736
Closed

Support new setterPrefix for Builder #719

lppedd opened this issue Dec 23, 2019 · 3 comments · Fixed by #736
Milestone

Comments

@lppedd
Copy link

lppedd commented Dec 23, 2019

See projectlombok/lombok#2174

Syntax:

@Builder(setterPrefix = "with")
class ...

builder.withOne(one)
       .withTwo(two)
       .build();

@mplushnikov how many hours would you bet on this one?

@elusiveeagle
Copy link

I would love to have this support as well! I haven't looked at the code for this plugin before, but I'll take a gander.

ocadaruma added a commit to ocadaruma/lombok-intellij-plugin that referenced this issue Feb 15, 2020
ocadaruma added a commit to ocadaruma/lombok-intellij-plugin that referenced this issue Feb 21, 2020
ocadaruma added a commit to ocadaruma/lombok-intellij-plugin that referenced this issue Feb 21, 2020
ocadaruma added a commit to ocadaruma/lombok-intellij-plugin that referenced this issue Feb 22, 2020
ocadaruma added a commit to ocadaruma/lombok-intellij-plugin that referenced this issue Feb 24, 2020
mplushnikov pushed a commit that referenced this issue Feb 25, 2020
* Add Builder setterPrefix #719

* Add myself to contributors list
@mplushnikov mplushnikov added this to the 0.29 milestone Feb 25, 2020
@chriswilty
Copy link

chriswilty commented Feb 28, 2020

Thank you so much for this 😁

I realise I'm sounding over-eager, but is there a loose idea of when 0.29 might get released?
Released already, brilliant 😅

@elusiveeagle
Copy link

elusiveeagle commented Mar 2, 2020

Thank you so much for this 😁

I realise I'm sounding over-eager, but is there a loose idea of when 0.29 might get released?
Released already, brilliant 😅

Looks like the new release is out! Thanks, @mplushnikov!

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

Successfully merging a pull request may close this issue.

4 participants