File tree Expand file tree Collapse file tree 25 files changed +93
-20
lines changed
modules/openapi-generator/src/main
java/org/openapitools/codegen
samples/client/petstore/java
okhttp-gson-parcelableModel/src/main/java/org/openapitools/client
okhttp-gson/src/main/java/org/openapitools/client
rest-assured/src/main/java/org/openapitools/client Expand file tree Collapse file tree 25 files changed +93
-20
lines changed Original file line number Diff line number Diff line change @@ -18,6 +18,7 @@ sidebar_label: groovy
18
18
| developerOrganization| developer organization in generated pom.xml| | OpenAPITools.org|
19
19
| developerOrganizationUrl| developer organization URL in generated pom.xml| | http://openapitools.org |
20
20
| disableHtmlEscaping| Disable HTML escaping of JSON strings when using gson (needed to avoid problems with byte[ ] fields)| | false|
21
+ | discriminatorCaseSensitive| Whether the discriminator value lookup should be case-sensitive or not. This option only works for Java API client| | true|
21
22
| ensureUniqueParams| Whether to ensure parameter names are unique in an operation (rename parameters that are not).| | true|
22
23
| fullJavaUtil| whether to use fully qualified name for classes under java.util. This option only works for Java API client| | false|
23
24
| groupId| groupId in generated pom.xml| | org.openapitools|
Original file line number Diff line number Diff line change @@ -20,6 +20,7 @@ sidebar_label: java-inflector
20
20
| developerOrganization| developer organization in generated pom.xml| | OpenAPITools.org|
21
21
| developerOrganizationUrl| developer organization URL in generated pom.xml| | http://openapitools.org |
22
22
| disableHtmlEscaping| Disable HTML escaping of JSON strings when using gson (needed to avoid problems with byte[ ] fields)| | false|
23
+ | discriminatorCaseSensitive| Whether the discriminator value lookup should be case-sensitive or not. This option only works for Java API client| | true|
23
24
| ensureUniqueParams| Whether to ensure parameter names are unique in an operation (rename parameters that are not).| | true|
24
25
| fullJavaUtil| whether to use fully qualified name for classes under java.util. This option only works for Java API client| | false|
25
26
| groupId| groupId in generated pom.xml| | org.openapitools|
Original file line number Diff line number Diff line change @@ -20,6 +20,7 @@ sidebar_label: java-msf4j
20
20
| developerOrganization| developer organization in generated pom.xml| | OpenAPITools.org|
21
21
| developerOrganizationUrl| developer organization URL in generated pom.xml| | http://openapitools.org |
22
22
| disableHtmlEscaping| Disable HTML escaping of JSON strings when using gson (needed to avoid problems with byte[ ] fields)| | false|
23
+ | discriminatorCaseSensitive| Whether the discriminator value lookup should be case-sensitive or not. This option only works for Java API client| | true|
23
24
| ensureUniqueParams| Whether to ensure parameter names are unique in an operation (rename parameters that are not).| | true|
24
25
| fullJavaUtil| whether to use fully qualified name for classes under java.util. This option only works for Java API client| | false|
25
26
| groupId| groupId in generated pom.xml| | org.openapitools|
Original file line number Diff line number Diff line change @@ -21,6 +21,7 @@ sidebar_label: java-pkmst
21
21
| developerOrganization| developer organization in generated pom.xml| | OpenAPITools.org|
22
22
| developerOrganizationUrl| developer organization URL in generated pom.xml| | http://openapitools.org |
23
23
| disableHtmlEscaping| Disable HTML escaping of JSON strings when using gson (needed to avoid problems with byte[ ] fields)| | false|
24
+ | discriminatorCaseSensitive| Whether the discriminator value lookup should be case-sensitive or not. This option only works for Java API client| | true|
24
25
| ensureUniqueParams| Whether to ensure parameter names are unique in an operation (rename parameters that are not).| | true|
25
26
| eurekaUri| Eureka URI| | null|
26
27
| fullJavaUtil| whether to use fully qualified name for classes under java.util. This option only works for Java API client| | false|
Original file line number Diff line number Diff line change @@ -23,6 +23,7 @@ sidebar_label: java-play-framework
23
23
| developerOrganization| developer organization in generated pom.xml| | OpenAPITools.org|
24
24
| developerOrganizationUrl| developer organization URL in generated pom.xml| | http://openapitools.org |
25
25
| disableHtmlEscaping| Disable HTML escaping of JSON strings when using gson (needed to avoid problems with byte[ ] fields)| | false|
26
+ | discriminatorCaseSensitive| Whether the discriminator value lookup should be case-sensitive or not. This option only works for Java API client| | true|
26
27
| ensureUniqueParams| Whether to ensure parameter names are unique in an operation (rename parameters that are not).| | true|
27
28
| fullJavaUtil| whether to use fully qualified name for classes under java.util. This option only works for Java API client| | false|
28
29
| groupId| groupId in generated pom.xml| | org.openapitools|
Original file line number Diff line number Diff line change @@ -20,6 +20,7 @@ sidebar_label: java-undertow-server
20
20
| developerOrganization| developer organization in generated pom.xml| | OpenAPITools.org|
21
21
| developerOrganizationUrl| developer organization URL in generated pom.xml| | http://openapitools.org |
22
22
| disableHtmlEscaping| Disable HTML escaping of JSON strings when using gson (needed to avoid problems with byte[ ] fields)| | false|
23
+ | discriminatorCaseSensitive| Whether the discriminator value lookup should be case-sensitive or not. This option only works for Java API client| | true|
23
24
| ensureUniqueParams| Whether to ensure parameter names are unique in an operation (rename parameters that are not).| | true|
24
25
| fullJavaUtil| whether to use fully qualified name for classes under java.util. This option only works for Java API client| | false|
25
26
| groupId| groupId in generated pom.xml| | org.openapitools|
Original file line number Diff line number Diff line change @@ -20,6 +20,7 @@ sidebar_label: java-vertx-web
20
20
| developerOrganization| developer organization in generated pom.xml| | OpenAPITools.org|
21
21
| developerOrganizationUrl| developer organization URL in generated pom.xml| | http://openapitools.org |
22
22
| disableHtmlEscaping| Disable HTML escaping of JSON strings when using gson (needed to avoid problems with byte[ ] fields)| | false|
23
+ | discriminatorCaseSensitive| Whether the discriminator value lookup should be case-sensitive or not. This option only works for Java API client| | true|
23
24
| ensureUniqueParams| Whether to ensure parameter names are unique in an operation (rename parameters that are not).| | true|
24
25
| fullJavaUtil| whether to use fully qualified name for classes under java.util. This option only works for Java API client| | false|
25
26
| groupId| groupId in generated pom.xml| | org.openapitools|
Original file line number Diff line number Diff line change @@ -20,6 +20,7 @@ sidebar_label: java-vertx
20
20
| developerOrganization| developer organization in generated pom.xml| | OpenAPITools.org|
21
21
| developerOrganizationUrl| developer organization URL in generated pom.xml| | http://openapitools.org |
22
22
| disableHtmlEscaping| Disable HTML escaping of JSON strings when using gson (needed to avoid problems with byte[ ] fields)| | false|
23
+ | discriminatorCaseSensitive| Whether the discriminator value lookup should be case-sensitive or not. This option only works for Java API client| | true|
23
24
| ensureUniqueParams| Whether to ensure parameter names are unique in an operation (rename parameters that are not).| | true|
24
25
| fullJavaUtil| whether to use fully qualified name for classes under java.util. This option only works for Java API client| | false|
25
26
| groupId| groupId in generated pom.xml| | org.openapitools|
Original file line number Diff line number Diff line change @@ -21,6 +21,7 @@ sidebar_label: java
21
21
| developerOrganization| developer organization in generated pom.xml| | OpenAPITools.org|
22
22
| developerOrganizationUrl| developer organization URL in generated pom.xml| | http://openapitools.org |
23
23
| disableHtmlEscaping| Disable HTML escaping of JSON strings when using gson (needed to avoid problems with byte[ ] fields)| | false|
24
+ | discriminatorCaseSensitive| Whether the discriminator value lookup should be case-sensitive or not. This option only works for Java API client| | true|
24
25
| ensureUniqueParams| Whether to ensure parameter names are unique in an operation (rename parameters that are not).| | true|
25
26
| feignVersion| Version of OpenFeign: '10.x' (default), '9.x' (deprecated)| | false|
26
27
| fullJavaUtil| whether to use fully qualified name for classes under java.util. This option only works for Java API client| | false|
Original file line number Diff line number Diff line change @@ -20,6 +20,7 @@ sidebar_label: jaxrs-cxf-cdi
20
20
| developerOrganization| developer organization in generated pom.xml| | OpenAPITools.org|
21
21
| developerOrganizationUrl| developer organization URL in generated pom.xml| | http://openapitools.org |
22
22
| disableHtmlEscaping| Disable HTML escaping of JSON strings when using gson (needed to avoid problems with byte[ ] fields)| | false|
23
+ | discriminatorCaseSensitive| Whether the discriminator value lookup should be case-sensitive or not. This option only works for Java API client| | true|
23
24
| ensureUniqueParams| Whether to ensure parameter names are unique in an operation (rename parameters that are not).| | true|
24
25
| fullJavaUtil| whether to use fully qualified name for classes under java.util. This option only works for Java API client| | false|
25
26
| generateBuilders| Whether to generate builders for models.| | false|
You can’t perform that action at this time.
0 commit comments