OpenAPITools / OpenAPITools/openapi-generator
[REQ] Pre-processor
Open
Nobody has claimed this yet.
Enhancement: Feature
- Dominant language
- Java
- Stars
- 26.8k
- Forks
- 7.7k
- PR merge metrics
- PR metrics pending
Description
Is your feature request related to a problem? Please describe.
I want to run a preprocessor on my specs. This would modify the OpenAPI document.
Describe the solution you'd like
You give a name of a class and that class implements an interface.
interface PreProcessor {
OpenAPI preProcess(OpenAPI api)
}
Describe alternatives you've considered
Manually doing with a script. Not easy to invoke programmatically..
Additional context
Nope
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 names no files, tests, or entry points. Start by tracing the repository's spec-generation flow and existing extension points; done would be a documented, agreed integration for a Java class implementing the proposed PreProcessor interface.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- java, openapi
- Domain
- api, tooling
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 32/100