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
@@ -104,6 +104,7 @@ These options may be applied as additional-properties (cli) or configOptions (pl
104
104
|sortParamsByRequiredFlag|Sort method arguments to place required parameters before optional parameters.||true|
105
105
|sourceFolder|source folder for generated code||src/main/java|
106
106
|springApiVersion|Value for 'version' attribute in @RequestMapping (for Spring 7 and above).||null|
107
+
|substituteGenericPagedModel|Detect schemas that represent paginated responses (an object with a 'content' array property and a pagination-metadata property) and replace their generated references with org.springframework.data.web.PagedModel<T>. The detected page schemas and the pagination metadata schema are suppressed from code generation. Only applies when library=spring-boot.||false|
107
108
|testOutput|Set output folder for models and APIs tests||${project.build.directory}/generated-test-sources/openapi|
108
109
|title|server title name or client service name||OpenAPI Spring|
109
110
|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/kotlin-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
@@ -58,6 +58,7 @@ These options may be applied as additional-properties (cli) or configOptions (pl
58
58
|sortModelPropertiesByRequiredFlag|Sort model properties to place required parameters before optional parameters.||null|
59
59
|sortParamsByRequiredFlag|Sort method arguments to place required parameters before optional parameters.||null|
60
60
|sourceFolder|source folder for generated code||src/main/kotlin|
61
+
|substituteGenericPagedModel|Detect schemas that represent paginated responses (an object with a 'content' array property and a pagination-metadata property) and replace their generated references with org.springframework.data.web.PagedModel<T>. The detected page schemas and the pagination metadata schema are suppressed from code generation. Only applies when library=spring-boot.||false|
61
62
|title|server title name or client service name||OpenAPI Kotlin Spring|
62
63
|useBeanValidation|Use BeanValidation API annotations to validate data types||true|
63
64
|useFeignClientUrl|Whether to generate Feign client with url parameter.||true|
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
@@ -97,6 +97,7 @@ These options may be applied as additional-properties (cli) or configOptions (pl
97
97
|sortParamsByRequiredFlag|Sort method arguments to place required parameters before optional parameters.||true|
98
98
|sourceFolder|source folder for generated code||src/main/java|
99
99
|springApiVersion|Value for 'version' attribute in @RequestMapping (for Spring 7 and above).||null|
100
+
|substituteGenericPagedModel|Detect schemas that represent paginated responses (an object with a 'content' array property and a pagination-metadata property) and replace their generated references with org.springframework.data.web.PagedModel<T>. The detected page schemas and the pagination metadata schema are suppressed from code generation. Only applies when library=spring-boot.||false|
100
101
|testOutput|Set output folder for models and APIs tests||${project.build.directory}/generated-test-sources/openapi|
101
102
|title|server title name or client service name||OpenAPI Spring|
102
103
|unhandledException|Declare operation methods to throw a generic exception and allow unhandled exceptions (useful for Spring `@ControllerAdvice` directives).||false|
0 commit comments