Skip to content

Commit a503238

Browse files
committed
Re-run documentation update script.
1 parent f7a3d5d commit a503238

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

docs/generators/java-camel.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,7 @@ These options may be applied as additional-properties (cli) or configOptions (pl
5858
|enumUnknownDefaultCase|If the server adds new enum cases, that are unknown by an old spec/client, the client will fail to parse the network response.With this option enabled, each enum will have a new case, 'unknown_default_open_api', so that when the server sends an enum case that is not known by the client/spec, they can safely fallback to this case.|<dl><dt>**false**</dt><dd>No changes to the enum's are made, this is the default option.</dd><dt>**true**</dt><dd>With this option enabled, each enum will have a new case, 'unknown_default_open_api', so that when the enum case sent by the server is not known by the client/spec, can safely be decoded to this case.</dd></dl>|false|
5959
|generateBuilders|Whether to generate builders for models| |false|
6060
|generateConstructorWithAllArgs|whether to generate a constructor for all arguments| |false|
61+
|generateGenericResponseEntity|Use a generic type for the `ResponseEntity` wrapping return values of generated API methods. If enabled, method are generated with return type ResponseEntity&lt;?&gt;| |false|
6162
|generatedConstructorWithRequiredArgs|Whether to generate constructors with required args for models| |true|
6263
|groupId|groupId in generated pom.xml| |org.openapitools|
6364
|hateoas|Use Spring HATEOAS library to allow adding HATEOAS links| |false|

docs/generators/spring.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@ These options may be applied as additional-properties (cli) or configOptions (pl
5151
|enumUnknownDefaultCase|If the server adds new enum cases, that are unknown by an old spec/client, the client will fail to parse the network response.With this option enabled, each enum will have a new case, 'unknown_default_open_api', so that when the server sends an enum case that is not known by the client/spec, they can safely fallback to this case.|<dl><dt>**false**</dt><dd>No changes to the enum's are made, this is the default option.</dd><dt>**true**</dt><dd>With this option enabled, each enum will have a new case, 'unknown_default_open_api', so that when the enum case sent by the server is not known by the client/spec, can safely be decoded to this case.</dd></dl>|false|
5252
|generateBuilders|Whether to generate builders for models| |false|
5353
|generateConstructorWithAllArgs|whether to generate a constructor for all arguments| |false|
54+
|generateGenericResponseEntity|Use a generic type for the `ResponseEntity` wrapping return values of generated API methods. If enabled, method are generated with return type ResponseEntity&lt;?&gt;| |false|
5455
|generatedConstructorWithRequiredArgs|Whether to generate constructors with required args for models| |true|
5556
|groupId|groupId in generated pom.xml| |org.openapitools|
5657
|hateoas|Use Spring HATEOAS library to allow adding HATEOAS links| |false|

0 commit comments

Comments
 (0)