openapi-generator icon indicating copy to clipboard operation
openapi-generator copied to clipboard

[REQ] [Gradle plugin] Override CodegenConfigurator

Open DmitryGlushkov opened this issue 3 years ago • 0 comments

Is your feature request related to a problem? Please describe.

In openapi-generator-gradle-plugin: There is no way to override/ extend CodegenConfigurator in GenerateTask. It is useful to have when you want to provide new configs via ClientOptInput or share some logic between different generators.

Describe the solution you'd like

New protected method createDefaultCodegenConfigurator wher I can provide a custom CodegenConfigurator.

Describe alternatives you've considered

--

Additional context

--

DmitryGlushkov avatar Aug 09 '22 12:08 DmitryGlushkov