diff --git a/docs/generators/kotlin-server.html b/docs/generators/kotlin-server.html index 6491289113a..db271859f90 100644 --- a/docs/generators/kotlin-server.html +++ b/docs/generators/kotlin-server.html @@ -19,14 +19,14 @@ sidebar_label: kotlin-server

sourceFoldersource folder for generated codesrc/main/kotlin -packageNameGenerated artifact package name.org.openapitools +packageNameGenerated artifact package name.org.openapitools.server apiSuffixsuffix for api classesApi groupIdGenerated artifact package's organization (i.e. maven groupId).org.openapitools -artifactIdGenerated artifact id (name of jar).null +artifactIdGenerated artifact id (name of jar).kotlin-server artifactVersionGenerated artifact's package version.1.0.0 enumPropertyNamingNaming convention for enum properties: 'camelCase', 'PascalCase', 'snake_case', 'UPPERCASE', and 'original'camelCase parcelizeModelstoggle "@Parcelize" for generated modelsnull -librarylibrary template (sub-template) to use
ktor
ktor framework
ktor +librarylibrary template (sub-template)
ktor
ktor framework
ktor featureAutoHeadAutomatically provide responses to HEAD requests for existing routes that have the GET verb defined.true featureConditionalHeadersAvoid sending content if client already has same content, by checking ETag or LastModified properties.false featureHSTSAvoid sending content if client already has same content, by checking ETag or LastModified properties.true @@ -34,4 +34,4 @@ sidebar_label: kotlin-server

featureCompressionAdds ability to compress outgoing content using gzip, deflate or custom encoder and thus reduce size of the response.true -
Last updated on 2019-5-7
\ No newline at end of file +
Last updated on 2019-5-11
\ No newline at end of file diff --git a/docs/generators/kotlin-server/index.html b/docs/generators/kotlin-server/index.html index 6491289113a..db271859f90 100644 --- a/docs/generators/kotlin-server/index.html +++ b/docs/generators/kotlin-server/index.html @@ -19,14 +19,14 @@ sidebar_label: kotlin-server

sourceFoldersource folder for generated codesrc/main/kotlin -packageNameGenerated artifact package name.org.openapitools +packageNameGenerated artifact package name.org.openapitools.server apiSuffixsuffix for api classesApi groupIdGenerated artifact package's organization (i.e. maven groupId).org.openapitools -artifactIdGenerated artifact id (name of jar).null +artifactIdGenerated artifact id (name of jar).kotlin-server artifactVersionGenerated artifact's package version.1.0.0 enumPropertyNamingNaming convention for enum properties: 'camelCase', 'PascalCase', 'snake_case', 'UPPERCASE', and 'original'camelCase parcelizeModelstoggle "@Parcelize" for generated modelsnull -librarylibrary template (sub-template) to use
ktor
ktor framework
ktor +librarylibrary template (sub-template)
ktor
ktor framework
ktor featureAutoHeadAutomatically provide responses to HEAD requests for existing routes that have the GET verb defined.true featureConditionalHeadersAvoid sending content if client already has same content, by checking ETag or LastModified properties.false featureHSTSAvoid sending content if client already has same content, by checking ETag or LastModified properties.true @@ -34,4 +34,4 @@ sidebar_label: kotlin-server

featureCompressionAdds ability to compress outgoing content using gzip, deflate or custom encoder and thus reduce size of the response.true -
Last updated on 2019-5-7
\ No newline at end of file +
Last updated on 2019-5-11
\ No newline at end of file diff --git a/docs/generators/kotlin-spring.html b/docs/generators/kotlin-spring.html index 121ab24b45c..06af3b4fb8a 100644 --- a/docs/generators/kotlin-spring.html +++ b/docs/generators/kotlin-spring.html @@ -22,7 +22,7 @@ sidebar_label: kotlin-spring

packageNameGenerated artifact package name.org.openapitools apiSuffixsuffix for api classesApi groupIdGenerated artifact package's organization (i.e. maven groupId).org.openapitools -artifactIdGenerated artifact id (name of jar).null +artifactIdGenerated artifact id (name of jar).openapi-spring artifactVersionGenerated artifact's package version.1.0.0 enumPropertyNamingNaming convention for enum properties: 'camelCase', 'PascalCase', 'snake_case', 'UPPERCASE', and 'original'camelCase parcelizeModelstoggle "@Parcelize" for generated modelsnull @@ -37,7 +37,7 @@ sidebar_label: kotlin-spring

serviceInterfacegenerate service interfaces to go alongside controllers. In most cases this option would be used to update an existing project, so not to override implementations. Useful to help facilitate the generation gap patternfalse serviceImplementationgenerate stub service implementations that extends service interfaces. If this is set to true service interfaces will also be generatedfalse useBeanValidationUse BeanValidation API annotations to validate data typestrue -librarylibrary template (sub-template) to use
spring-boot
Spring-boot Server application.
spring-boot +librarylibrary template (sub-template)
spring-boot
Spring-boot Server application.
spring-boot -
Last updated on 2019-5-7
\ No newline at end of file +
Last updated on 2019-5-11
\ No newline at end of file diff --git a/docs/generators/kotlin-spring/index.html b/docs/generators/kotlin-spring/index.html index 121ab24b45c..06af3b4fb8a 100644 --- a/docs/generators/kotlin-spring/index.html +++ b/docs/generators/kotlin-spring/index.html @@ -22,7 +22,7 @@ sidebar_label: kotlin-spring

packageNameGenerated artifact package name.org.openapitools apiSuffixsuffix for api classesApi groupIdGenerated artifact package's organization (i.e. maven groupId).org.openapitools -artifactIdGenerated artifact id (name of jar).null +artifactIdGenerated artifact id (name of jar).openapi-spring artifactVersionGenerated artifact's package version.1.0.0 enumPropertyNamingNaming convention for enum properties: 'camelCase', 'PascalCase', 'snake_case', 'UPPERCASE', and 'original'camelCase parcelizeModelstoggle "@Parcelize" for generated modelsnull @@ -37,7 +37,7 @@ sidebar_label: kotlin-spring

serviceInterfacegenerate service interfaces to go alongside controllers. In most cases this option would be used to update an existing project, so not to override implementations. Useful to help facilitate the generation gap patternfalse serviceImplementationgenerate stub service implementations that extends service interfaces. If this is set to true service interfaces will also be generatedfalse useBeanValidationUse BeanValidation API annotations to validate data typestrue -librarylibrary template (sub-template) to use
spring-boot
Spring-boot Server application.
spring-boot +librarylibrary template (sub-template)
spring-boot
Spring-boot Server application.
spring-boot -
Last updated on 2019-5-7
\ No newline at end of file +
Last updated on 2019-5-11
\ No newline at end of file diff --git a/docs/generators/kotlin.html b/docs/generators/kotlin.html index 754cfc94391..635135cc8b5 100644 --- a/docs/generators/kotlin.html +++ b/docs/generators/kotlin.html @@ -19,15 +19,15 @@ sidebar_label: kotlin

sourceFoldersource folder for generated codesrc/main/kotlin -packageNameGenerated artifact package name.org.openapitools +packageNameGenerated artifact package name.org.openapitools.client apiSuffixsuffix for api classesApi groupIdGenerated artifact package's organization (i.e. maven groupId).org.openapitools -artifactIdGenerated artifact id (name of jar).null +artifactIdGenerated artifact id (name of jar).kotlin-client artifactVersionGenerated artifact's package version.1.0.0 enumPropertyNamingNaming convention for enum properties: 'camelCase', 'PascalCase', 'snake_case', 'UPPERCASE', and 'original'camelCase parcelizeModelstoggle "@Parcelize" for generated modelsnull -dateLibraryOption. Date library to use
string
String
java8
Java 8 native JSR310
threetenbp
Threetenbp
null -collectionTypeOption. Collection type to use
array
kotlin.Array
list
kotlin.collections.List
null +dateLibraryOption. Date library to use
string
String
java8
Java 8 native JSR310
threetenbp
Threetenbp
java8 +collectionTypeOption. Collection type to use
array
kotlin.Array
list
kotlin.collections.List
array -
Last updated on 2019-5-7
\ No newline at end of file +
Last updated on 2019-5-11
\ No newline at end of file diff --git a/docs/generators/kotlin/index.html b/docs/generators/kotlin/index.html index 754cfc94391..635135cc8b5 100644 --- a/docs/generators/kotlin/index.html +++ b/docs/generators/kotlin/index.html @@ -19,15 +19,15 @@ sidebar_label: kotlin

sourceFoldersource folder for generated codesrc/main/kotlin -packageNameGenerated artifact package name.org.openapitools +packageNameGenerated artifact package name.org.openapitools.client apiSuffixsuffix for api classesApi groupIdGenerated artifact package's organization (i.e. maven groupId).org.openapitools -artifactIdGenerated artifact id (name of jar).null +artifactIdGenerated artifact id (name of jar).kotlin-client artifactVersionGenerated artifact's package version.1.0.0 enumPropertyNamingNaming convention for enum properties: 'camelCase', 'PascalCase', 'snake_case', 'UPPERCASE', and 'original'camelCase parcelizeModelstoggle "@Parcelize" for generated modelsnull -dateLibraryOption. Date library to use
string
String
java8
Java 8 native JSR310
threetenbp
Threetenbp
null -collectionTypeOption. Collection type to use
array
kotlin.Array
list
kotlin.collections.List
null +dateLibraryOption. Date library to use
string
String
java8
Java 8 native JSR310
threetenbp
Threetenbp
java8 +collectionTypeOption. Collection type to use
array
kotlin.Array
list
kotlin.collections.List
array -
Last updated on 2019-5-7
\ No newline at end of file +
Last updated on 2019-5-11
\ No newline at end of file