Skip to content

Commit ea6a7ff

Browse files
committed
regenerate documentation
1 parent cb9bc1e commit ea6a7ff

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
@@ -33,6 +33,7 @@ These options may be applied as additional-properties (cli) or configOptions (pl
3333
|exceptionHandler|generate default global exception handlers (not compatible with reactive. enabling reactive will disable exceptionHandler )| |true|
3434
|gradleBuildFile|generate a gradle build file using the Kotlin DSL| |true|
3535
|groupId|Generated artifact package's organization (i.e. maven groupId).| |org.openapitools|
36+
|includeHttpRequestContext|Whether to include HttpServletRequest (blocking) or ServerWebExchange (reactive) as additional parameter in generated methods.| |false|
3637
|interfaceOnly|Whether to generate only API interface stubs without the server files.| |false|
3738
|library|library template (sub-template)|<dl><dt>**spring-boot**</dt><dd>Spring-boot Server application.</dd><dt>**spring-cloud**</dt><dd>Spring-Cloud-Feign client with Spring-Boot auto-configured settings.</dd></dl>|spring-boot|
3839
|modelMutable|Create mutable models| |false|

0 commit comments

Comments
 (0)