-
-
Notifications
You must be signed in to change notification settings - Fork 112
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
Generate Builder for model classes #10
Comments
This would be a great enhancement. I'm replacing an interface/builder model using AutoMatter with the maven plugin. I was spelunking around the repo trying to discover if I could generate the same interface/builder. For my use case the ideal generated output would be:
Then AutoMatter could take care of the builder/validation. |
Another option is to use Lombok @builder ( i prefer lombok 😉 ) |
kobylynskyi
added a commit
that referenced
this issue
Dec 5, 2019
kobylynskyi
added a commit
that referenced
this issue
Dec 5, 2019
kobylynskyi
added a commit
that referenced
this issue
Dec 5, 2019
kobylynskyi
added a commit
that referenced
this issue
Dec 7, 2019
* Introduce model annotations (for Lombok) #10 * Unit tests for MappingConfig * Remove unused import in MappingConfig * Remove code related to modelAnnotations
kobylynskyi
added a commit
that referenced
this issue
Apr 6, 2020
kobylynskyi
added a commit
that referenced
this issue
Apr 6, 2020
kobylynskyi
added a commit
that referenced
this issue
Apr 6, 2020
kobylynskyi
added a commit
that referenced
this issue
Apr 7, 2020
kobylynskyi
added a commit
that referenced
this issue
Apr 7, 2020
kobylynskyi
added a commit
that referenced
this issue
Apr 7, 2020
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
https://www.vogella.com/tutorials/DesignPatternBuilder/article.html
The text was updated successfully, but these errors were encountered: