intellij-generateAllSetMethod icon indicating copy to clipboard operation
intellij-generateAllSetMethod copied to clipboard

Support configurable setter prefix

Open grze87 opened this issue 7 years ago • 1 comments

Plugin is great and it works with setter that starts with name set. On the other hand I got a Builder to a class and would be great to have all builder with* methods calls generated as well.

grze87 avatar Jul 07 '17 14:07 grze87

so what you mean is like this

UserVo convert(User  oo){
return UserVo.builder.withUserName(oo.getUserName).withPassword(oo.getPassword).build();

can do this but need some time.

gejun123456 avatar Aug 02 '17 15:08 gejun123456