-
Notifications
You must be signed in to change notification settings - Fork 28
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
希望作者能够添加builder()方式的支持,用户群体应该也不少。 #14
Comments
get 后面我看看怎么处理下。 |
@fuzhengwei 小哥大概什么能上线支持此功能的版本呢?对我们来讲很有用,不甚感激。 |
预计在10.1假日开发下,可以多提供给我几个你们的 class 类结构,作为参考。 |
@fuzhengwei 结构也比较简单都是类似下边这样的结构
ProductDto.java
|
v2.5.1 支持builder模式 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
我们项目中都是用builder这种方式,希望以后也能得到支持。用户群体应该也不在少数。
Mode.builder()
.a(dto.getA())
.b(dto.getB())
.build();
The text was updated successfully, but these errors were encountered: