OpenAPITools / OpenAPITools/openapi-generator

how i can just generate lombok @getter @setter instead of getter and setters code?

Open
#17,606 5 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
Java
Stars
26.8k
Forks
7.7k
PR merge metrics
PR metrics pending

Description

can i just generate models with lombok annotation instead of plain setter getter code?

just like

@getter
@setter
public class model {
private String  name;
}

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

The issue does not name a file, generator, template, or test. Start by locating the Java model-generation entry point and its configuration options, then determine how Lombok annotations would be selected instead of generated accessors. Done should include a defined configuration path, generated Lombok models, and coverage for the expected output.

Written by the indexing model from the issue text.

Assessment

Tech stack
java
Domain
tooling
Issue type
Feature
Difficulty
5/5
Estimated time
Over a week
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
25/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.