forked from loafle/openapi-generator-original
* [Kotlin] Use Mutable container types when 'modelMutable' is enabled * Generate sample 'kotlin' project with mutable models * Generate sample 'kotlin-server' project with mutable models * Generate sample 'kotlin-vertx' project with mutable models * Generate sample 'ktorm-schema' project with mutable models Co-authored-by: Bruno Coelho <4brunu@users.noreply.github.com>
21 lines
874 B
Plaintext
21 lines
874 B
Plaintext
Dockerfile
|
|
README.md
|
|
build.gradle
|
|
gradle.properties
|
|
settings.gradle
|
|
src/main/kotlin/org/openapitools/server/AppMain.kt
|
|
src/main/kotlin/org/openapitools/server/Configuration.kt
|
|
src/main/kotlin/org/openapitools/server/Paths.kt
|
|
src/main/kotlin/org/openapitools/server/apis/PetApi.kt
|
|
src/main/kotlin/org/openapitools/server/apis/StoreApi.kt
|
|
src/main/kotlin/org/openapitools/server/apis/UserApi.kt
|
|
src/main/kotlin/org/openapitools/server/infrastructure/ApiKeyAuth.kt
|
|
src/main/kotlin/org/openapitools/server/models/Category.kt
|
|
src/main/kotlin/org/openapitools/server/models/ModelApiResponse.kt
|
|
src/main/kotlin/org/openapitools/server/models/Order.kt
|
|
src/main/kotlin/org/openapitools/server/models/Pet.kt
|
|
src/main/kotlin/org/openapitools/server/models/Tag.kt
|
|
src/main/kotlin/org/openapitools/server/models/User.kt
|
|
src/main/resources/application.conf
|
|
src/main/resources/logback.xml
|