You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/generators/java-camel.md
-1Lines changed: 0 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -103,7 +103,6 @@ These options may be applied as additional-properties (cli) or configOptions (pl
103
103
|useOneOfInterfaces|whether to use a java interface to describe a set of oneOf options, where each option is a class that implements the interface||false|
104
104
|useOptional|Use Optional container for optional parameters||false|
105
105
|useResponseEntity|Use the `ResponseEntity` type to wrap return values of generated API methods. If disabled, method are annotated using a `@ResponseStatus` annotation, which has the status of the first response declared in the Api definition||true|
106
-
|useSealed|Whether to generate sealed model interfaces and classes||false|
107
106
|useSpringBoot3|Generate code and provide dependencies for use with Spring Boot 3.x. (Use jakarta instead of javax in imports). Enabling this option will also enable `useJakartaEe`.||false|
108
107
|useSpringController|Annotate the generated API as a Spring Controller||false|
109
108
|useSwaggerUI|Open the OpenApi specification in swagger-ui. Will also import and configure needed dependencies||true|
Copy file name to clipboardExpand all lines: docs/generators/java-microprofile.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -100,7 +100,7 @@ These options may be applied as additional-properties (cli) or configOptions (pl
100
100
|useRuntimeException|Use RuntimeException instead of Exception. Only jersey2, jersey3, okhttp-gson, vertx, microprofile support this option.||false|
101
101
|useRxJava2|Whether to use the RxJava2 adapter with the retrofit2 library. IMPORTANT: This option has been deprecated.||false|
102
102
|useRxJava3|Whether to use the RxJava3 adapter with the retrofit2 library. IMPORTANT: This option has been deprecated.||false|
103
-
|useSingleRequestParameter|Setting this property to "true" will generate functions with a single argument containing all API endpoint parameters instead of one argument per parameter. ONLY jersey2, jersey3, okhttp-gson, microprofile, Spring RestClient, Spring WebClient support this option. Setting this property to "static" does the same as "true", but also makes the generated arguments class static. Only WebClient supports this option.||false|
103
+
|useSingleRequestParameter|Setting this property to true will generate functions with a single argument containing all API endpoint parameters instead of one argument per parameter. ONLY jersey2, jersey3, okhttp-gson, microprofile, Spring RestClient, Spring WebClient support this option.||false|
104
104
|webclientBlockingOperations|Making all WebClient operations blocking(sync). Note that if on operation 'x-webclient-blocking: false' then such operation won't be sync||false|
105
105
|withAWSV4Signature|whether to include AWS v4 signature support (only available for okhttp-gson library)||false|
106
106
|withXml|whether to include support for application/xml content type and include XML annotations in the model (works with libraries that provide support for JSON and XML)||false|
Copy file name to clipboardExpand all lines: docs/generators/java.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -100,7 +100,7 @@ These options may be applied as additional-properties (cli) or configOptions (pl
100
100
|useRuntimeException|Use RuntimeException instead of Exception. Only jersey2, jersey3, okhttp-gson, vertx, microprofile support this option.||false|
101
101
|useRxJava2|Whether to use the RxJava2 adapter with the retrofit2 library. IMPORTANT: This option has been deprecated.||false|
102
102
|useRxJava3|Whether to use the RxJava3 adapter with the retrofit2 library. IMPORTANT: This option has been deprecated.||false|
103
-
|useSingleRequestParameter|Setting this property to "true" will generate functions with a single argument containing all API endpoint parameters instead of one argument per parameter. ONLY jersey2, jersey3, okhttp-gson, microprofile, Spring RestClient, Spring WebClient support this option. Setting this property to "static" does the same as "true", but also makes the generated arguments class static. Only WebClient supports this option.||false|
103
+
|useSingleRequestParameter|Setting this property to true will generate functions with a single argument containing all API endpoint parameters instead of one argument per parameter. ONLY jersey2, jersey3, okhttp-gson, microprofile, Spring RestClient, Spring WebClient support this option.||false|
104
104
|webclientBlockingOperations|Making all WebClient operations blocking(sync). Note that if on operation 'x-webclient-blocking: false' then such operation won't be sync||false|
105
105
|withAWSV4Signature|whether to include AWS v4 signature support (only available for okhttp-gson library)||false|
106
106
|withXml|whether to include support for application/xml content type and include XML annotations in the model (works with libraries that provide support for JSON and XML)||false|
| helpTxt | Generates a PHP laravel server library. ||
15
15
16
16
## CONFIG OPTIONS
17
17
These options may be applied as additional-properties (cli) or configOptions (plugins). Refer to [configuration docs](https://openapi-generator.tech/docs/configuration) for more details.
@@ -22,7 +22,6 @@ These options may be applied as additional-properties (cli) or configOptions (pl
22
22
|apiPackage|package for generated api classes||null|
23
23
|artifactUrl|artifact URL in generated pom.xml||null|
24
24
|artifactVersion|The version to use in the composer package version field. e.g. 1.2.3||null|
25
-
|autowire|Should autowire be enabled.||false|
26
25
|composerPackageName|The name to use in the composer package name field. e.g. `vendor/project` (must be lowercase and consist of words separated by `-`, `.` or `_`).||null|
27
26
|developerOrganization|developer organization in generated pom.xml||null|
28
27
|developerOrganizationUrl|developer organization URL in generated pom.xml||null|
@@ -58,7 +57,6 @@ These options may be applied as additional-properties (cli) or configOptions (pl
58
57
59
58
<ulclass="column-ul">
60
59
<li>\DateTime</li>
61
-
<li>\Illuminate\Http\UploadedFile</li>
62
60
<li>\SplFileObject</li>
63
61
<li>array</li>
64
62
<li>bool</li>
@@ -202,7 +200,7 @@ These options may be applied as additional-properties (cli) or configOptions (pl
202
200
### Documentation Feature
203
201
| Name | Supported | Defined By |
204
202
| ---- | --------- | ---------- |
205
-
|Readme|✗|ToolingExtension
203
+
|Readme|✓|ToolingExtension
206
204
|Model|✓|ToolingExtension
207
205
|Api|✓|ToolingExtension
208
206
@@ -222,7 +220,7 @@ These options may be applied as additional-properties (cli) or configOptions (pl
222
220
|MultiServer|✗|OAS3
223
221
|ParameterizedServer|✗|OAS3
224
222
|ParameterStyling|✗|OAS3
225
-
|Callbacks|✓|OAS3
223
+
|Callbacks|✗|OAS3
226
224
|LinkObjects|✗|OAS3
227
225
228
226
### Parameter Feature
@@ -241,7 +239,7 @@ These options may be applied as additional-properties (cli) or configOptions (pl
241
239
| ---- | --------- | ---------- |
242
240
|Simple|✓|OAS2,OAS3
243
241
|Composite|✓|OAS2,OAS3
244
-
|Polymorphism|✓|OAS2,OAS3
242
+
|Polymorphism|✗|OAS2,OAS3
245
243
|Union|✗|OAS3
246
244
|allOf|✗|OAS2,OAS3
247
245
|anyOf|✗|OAS3
@@ -251,14 +249,14 @@ These options may be applied as additional-properties (cli) or configOptions (pl
Copy file name to clipboardExpand all lines: docs/generators/spring.md
-1Lines changed: 0 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -96,7 +96,6 @@ These options may be applied as additional-properties (cli) or configOptions (pl
96
96
|useOneOfInterfaces|whether to use a java interface to describe a set of oneOf options, where each option is a class that implements the interface||false|
97
97
|useOptional|Use Optional container for optional parameters||false|
98
98
|useResponseEntity|Use the `ResponseEntity` type to wrap return values of generated API methods. If disabled, method are annotated using a `@ResponseStatus` annotation, which has the status of the first response declared in the Api definition||true|
99
-
|useSealed|Whether to generate sealed model interfaces and classes||false|
100
99
|useSpringBoot3|Generate code and provide dependencies for use with Spring Boot 3.x. (Use jakarta instead of javax in imports). Enabling this option will also enable `useJakartaEe`.||false|
101
100
|useSpringController|Annotate the generated API as a Spring Controller||false|
102
101
|useSwaggerUI|Open the OpenApi specification in swagger-ui. Will also import and configure needed dependencies||true|
0 commit comments