Skip to content

Commit 70bffff

Browse files
authored
remove option, update doc (#16592)
1 parent 4b87606 commit 70bffff

24 files changed

Lines changed: 0 additions & 24 deletions

docs/generators/groovy.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@ These options may be applied as additional-properties (cli) or configOptions (pl
2525
|apiPackage|package for generated api classes| |org.openapitools.api|
2626
|artifactId|artifactId in generated pom.xml. This also becomes part of the generated library's filename| |openapi-groovy|
2727
|artifactVersion|artifact version in generated pom.xml. This also becomes part of the generated library's filename| |1.0.0|
28-
|autosetConstants|Automatically set Required Params having a Single enum value i.e. Constants in generated code| |false|
2928
|bigDecimalAsString|Treat BigDecimal values as Strings to avoid precision loss.| |false|
3029
|booleanGetterPrefix|Set booleanGetterPrefix| |get|
3130
|camelCaseDollarSign|Fix camelCase when starting with $ sign. when true : $Value when false : $value| |false|

docs/generators/java-camel.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@ These options may be applied as additional-properties (cli) or configOptions (pl
3030
|artifactUrl|artifact URL in generated pom.xml| |https://github.com/openapitools/openapi-generator|
3131
|artifactVersion|artifact version in generated pom.xml. This also becomes part of the generated library's filename| |1.0.0|
3232
|async|use async Callable controllers| |false|
33-
|autosetConstants|Automatically set Required Params having a Single enum value i.e. Constants in generated code| |false|
3433
|basePackage|base package (invokerPackage) for generated code| |org.openapitools|
3534
|bigDecimalAsString|Treat BigDecimal values as Strings to avoid precision loss.| |false|
3635
|booleanGetterPrefix|Set booleanGetterPrefix| |get|

docs/generators/java-helidon-client.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@ These options may be applied as additional-properties (cli) or configOptions (pl
2727
|artifactId|artifactId in generated pom.xml. This also becomes part of the generated library's filename| |openapi-java-client|
2828
|artifactUrl|artifact URL in generated pom.xml| |https://github.com/openapitools/openapi-generator|
2929
|artifactVersion|artifact version in generated pom.xml. This also becomes part of the generated library's filename| |1.0.0|
30-
|autosetConstants|Automatically set Required Params having a Single enum value i.e. Constants in generated code| |false|
3130
|bigDecimalAsString|Treat BigDecimal values as Strings to avoid precision loss.| |false|
3231
|booleanGetterPrefix|Set booleanGetterPrefix| |get|
3332
|camelCaseDollarSign|Fix camelCase when starting with $ sign. when true : $Value when false : $value| |false|

docs/generators/java-helidon-server.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@ These options may be applied as additional-properties (cli) or configOptions (pl
2727
|artifactId|artifactId in generated pom.xml. This also becomes part of the generated library's filename| |openapi-java-server|
2828
|artifactUrl|artifact URL in generated pom.xml| |https://github.com/openapitools/openapi-generator|
2929
|artifactVersion|artifact version in generated pom.xml. This also becomes part of the generated library's filename| |1.0.0|
30-
|autosetConstants|Automatically set Required Params having a Single enum value i.e. Constants in generated code| |false|
3130
|bigDecimalAsString|Treat BigDecimal values as Strings to avoid precision loss.| |false|
3231
|booleanGetterPrefix|Set booleanGetterPrefix| |get|
3332
|camelCaseDollarSign|Fix camelCase when starting with $ sign. when true : $Value when false : $value| |false|

docs/generators/java-inflector.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@ These options may be applied as additional-properties (cli) or configOptions (pl
2727
|artifactId|artifactId in generated pom.xml. This also becomes part of the generated library's filename| |openapi-inflector-server|
2828
|artifactUrl|artifact URL in generated pom.xml| |https://github.com/openapitools/openapi-generator|
2929
|artifactVersion|artifact version in generated pom.xml. This also becomes part of the generated library's filename| |1.0.0|
30-
|autosetConstants|Automatically set Required Params having a Single enum value i.e. Constants in generated code| |false|
3130
|bigDecimalAsString|Treat BigDecimal values as Strings to avoid precision loss.| |false|
3231
|booleanGetterPrefix|Set booleanGetterPrefix| |get|
3332
|camelCaseDollarSign|Fix camelCase when starting with $ sign. when true : $Value when false : $value| |false|

docs/generators/java-micronaut-client.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@ These options may be applied as additional-properties (cli) or configOptions (pl
3030
|artifactUrl|artifact URL in generated pom.xml| |https://github.com/openapitools/openapi-generator|
3131
|artifactVersion|artifact version in generated pom.xml. This also becomes part of the generated library's filename| |1.0.0|
3232
|authorizationFilterPattern|Configure the authorization filter pattern for the client. Generally defined when generating clients from multiple specification files| |null|
33-
|autosetConstants|Automatically set Required Params having a Single enum value i.e. Constants in generated code| |false|
3433
|basePathSeparator|Configure the separator to use between the application name and base path when referencing the property| |-|
3534
|bigDecimalAsString|Treat BigDecimal values as Strings to avoid precision loss.| |false|
3635
|booleanGetterPrefix|Set booleanGetterPrefix| |get|

docs/generators/java-micronaut-server.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@ These options may be applied as additional-properties (cli) or configOptions (pl
2727
|artifactId|artifactId in generated pom.xml. This also becomes part of the generated library's filename| |openapi-micronaut|
2828
|artifactUrl|artifact URL in generated pom.xml| |https://github.com/openapitools/openapi-generator|
2929
|artifactVersion|artifact version in generated pom.xml. This also becomes part of the generated library's filename| |1.0.0|
30-
|autosetConstants|Automatically set Required Params having a Single enum value i.e. Constants in generated code| |false|
3130
|bigDecimalAsString|Treat BigDecimal values as Strings to avoid precision loss.| |false|
3231
|booleanGetterPrefix|Set booleanGetterPrefix| |get|
3332
|build|Specify for which build tool to generate files|<dl><dt>**gradle**</dt><dd>Gradle configuration is generated for the project</dd><dt>**all**</dt><dd>Both Gradle and Maven configurations are generated</dd><dt>**maven**</dt><dd>Maven configuration is generated for the project</dd></dl>|all|

docs/generators/java-msf4j.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@ These options may be applied as additional-properties (cli) or configOptions (pl
2727
|artifactId|artifactId in generated pom.xml. This also becomes part of the generated library's filename| |openapi-jaxrs-server|
2828
|artifactUrl|artifact URL in generated pom.xml| |https://github.com/openapitools/openapi-generator|
2929
|artifactVersion|artifact version in generated pom.xml. This also becomes part of the generated library's filename| |1.0.0|
30-
|autosetConstants|Automatically set Required Params having a Single enum value i.e. Constants in generated code| |false|
3130
|bigDecimalAsString|Treat BigDecimal values as Strings to avoid precision loss.| |false|
3231
|booleanGetterPrefix|Set booleanGetterPrefix| |get|
3332
|camelCaseDollarSign|Fix camelCase when starting with $ sign. when true : $Value when false : $value| |false|

docs/generators/java-pkmst.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@ These options may be applied as additional-properties (cli) or configOptions (pl
2727
|artifactId|artifactId in generated pom.xml. This also becomes part of the generated library's filename| |pkmst-microservice|
2828
|artifactUrl|artifact URL in generated pom.xml| |https://github.com/openapitools/openapi-generator|
2929
|artifactVersion|artifact version in generated pom.xml. This also becomes part of the generated library's filename| |1.0.0|
30-
|autosetConstants|Automatically set Required Params having a Single enum value i.e. Constants in generated code| |false|
3130
|basePackage|base package for java source code| |null|
3231
|bigDecimalAsString|Treat BigDecimal values as Strings to avoid precision loss.| |false|
3332
|booleanGetterPrefix|Set booleanGetterPrefix| |get|

docs/generators/java-play-framework.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@ These options may be applied as additional-properties (cli) or configOptions (pl
2727
|artifactId|artifactId in generated pom.xml. This also becomes part of the generated library's filename| |openapi-java-playframework|
2828
|artifactUrl|artifact URL in generated pom.xml| |https://github.com/openapitools/openapi-generator|
2929
|artifactVersion|artifact version in generated pom.xml. This also becomes part of the generated library's filename| |1.0.0|
30-
|autosetConstants|Automatically set Required Params having a Single enum value i.e. Constants in generated code| |false|
3130
|basePackage|base package for generated code| |org.openapitools|
3231
|bigDecimalAsString|Treat BigDecimal values as Strings to avoid precision loss.| |false|
3332
|booleanGetterPrefix|Set booleanGetterPrefix| |get|

0 commit comments

Comments
 (0)