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: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -58,6 +58,7 @@ These options may be applied as additional-properties (cli) or configOptions (pl
58
58
|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|
59
59
|generateBuilders|Whether to generate builders for models||false|
60
60
|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<?>||false|
61
62
|generatedConstructorWithRequiredArgs|Whether to generate constructors with required args for models||true|
62
63
|groupId|groupId in generated pom.xml||org.openapitools|
63
64
|hateoas|Use Spring HATEOAS library to allow adding HATEOAS links||false|
Copy file name to clipboardExpand all lines: docs/generators/spring.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -51,6 +51,7 @@ These options may be applied as additional-properties (cli) or configOptions (pl
51
51
|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|
52
52
|generateBuilders|Whether to generate builders for models||false|
53
53
|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<?>||false|
54
55
|generatedConstructorWithRequiredArgs|Whether to generate constructors with required args for models||true|
55
56
|groupId|groupId in generated pom.xml||org.openapitools|
56
57
|hateoas|Use Spring HATEOAS library to allow adding HATEOAS links||false|
0 commit comments