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
@@ -92,6 +92,7 @@ These options may be applied as additional-properties (cli) or configOptions (pl
92
92
|sortModelPropertiesByRequiredFlag|Sort model properties to place required parameters before optional parameters.||true|
93
93
|sortParamsByRequiredFlag|Sort method arguments to place required parameters before optional parameters.||true|
94
94
|sourceFolder|source folder for generated code||src/main/java|
95
+
|springHttpClientAdapter|Allows users to choose between different HTTP client implementations for Spring HTTP interfaces (`web-client`, `rest-client`, `rest-template`).||web-client|
95
96
|testOutput|Set output folder for models and APIs tests||${project.build.directory}/generated-test-sources/openapi|
96
97
|title|server title name or client service name||OpenAPI Spring|
97
98
|unhandledException|Declare operation methods to throw a generic exception and allow unhandled exceptions (useful for Spring `@ControllerAdvice` directives).||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
@@ -85,6 +85,7 @@ These options may be applied as additional-properties (cli) or configOptions (pl
85
85
|sortModelPropertiesByRequiredFlag|Sort model properties to place required parameters before optional parameters.||true|
86
86
|sortParamsByRequiredFlag|Sort method arguments to place required parameters before optional parameters.||true|
87
87
|sourceFolder|source folder for generated code||src/main/java|
88
+
|springHttpClientAdapter|Allows users to choose between different HTTP client implementations for Spring HTTP interfaces (`web-client`, `rest-client`, `rest-template`).||web-client|
88
89
|testOutput|Set output folder for models and APIs tests||${project.build.directory}/generated-test-sources/openapi|
89
90
|title|server title name or client service name||OpenAPI Spring|
90
91
|unhandledException|Declare operation methods to throw a generic exception and allow unhandled exceptions (useful for Spring `@ControllerAdvice` directives).||false|
0 commit comments