Skip to content

Commit 033bbb1

Browse files
committed
regenerate docs
1 parent 58fe32b commit 033bbb1

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

docs/generators/kotlin-spring.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ These options may be applied as additional-properties (cli) or configOptions (pl
3434
|documentationProvider|Select the OpenAPI documentation provider.|<dl><dt>**none**</dt><dd>Do not publish an OpenAPI specification.</dd><dt>**source**</dt><dd>Publish the original input OpenAPI specification.</dd><dt>**springdoc**</dt><dd>Generate an OpenAPI 3 specification using SpringDoc.</dd></dl>|springdoc|
3535
|enumPropertyNaming|Naming convention for enum properties: 'camelCase', 'PascalCase', 'snake_case', 'UPPERCASE', and 'original'| |original|
3636
|exceptionHandler|generate default global exception handlers (not compatible with reactive. enabling reactive will disable exceptionHandler )| |true|
37+
|generateSortValidation|Generate a @ValidSort annotation and SortValidator class, and apply @ValidSort to paginated operations whose 'sort' parameter has enum values. Requires useBeanValidation=true and library=spring-boot.| |false|
3738
|gradleBuildFile|generate a gradle build file using the Kotlin DSL| |true|
3839
|groupId|Generated artifact package's organization (i.e. maven groupId).| |org.openapitools|
3940
|implicitHeaders|Skip header parameters in the generated API methods.| |false|

0 commit comments

Comments
 (0)