We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Generated model beans are plain beans - these are not so nice to work with vs builder-based beans.
Have builders for model beans, builders in general and optionally use http://immutables.io .
Plain builders can probably just be implemented with plain code, or use something like immutables.io.
I use java, I use the maven plugin, and the generator flavour for jaxrs cxf.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Is your feature request related to a problem? Please describe.
Generated model beans are plain beans - these are not so nice to work with vs builder-based beans.
Describe the solution you'd like
Have builders for model beans, builders in general and optionally use http://immutables.io .
Describe alternatives you've considered
Plain builders can probably just be implemented with plain code, or use something like immutables.io.
Additional context
I use java, I use the maven plugin, and the generator flavour for jaxrs cxf.
The text was updated successfully, but these errors were encountered: