Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • O openapi-generator
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 3,476
    • Issues 3,476
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 402
    • Merge requests 402
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Package Registry
    • Infrastructure Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • OpenAPI Tools
  • openapi-generator
  • Issues
  • #2415
Closed
Open
Issue created Mar 15, 2019 by Administrator@rootContributor

[REQ] builder-pattern for model beans

Created by: davidkarlsen

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.

Assignee
Assign to
Time tracking