OpenAPITools / OpenAPITools/openapi-generator
how i can just generate lombok @getter @setter instead of getter and setters code?
Open
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
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- 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