com.ancientlightstudios.example.features.server.FeaturesPlainServerDelegate.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of quarkus-kotlin-openapi-test Show documentation
Show all versions of quarkus-kotlin-openapi-test Show documentation
An example application using the Kotlin OpenAPI generator.
// THIS IS A GENERATED FILE. DO NOT EDIT!
package com.ancientlightstudios.example.features.server
import com.ancientlightstudios.quarkus.kotlin.openapi.*
interface FeaturesPlainServerDelegate {
suspend fun PlainEnumParameterContext.plainEnumParameter(): Nothing
suspend fun PlainEnumBodyContext.plainEnumBody(): Nothing
suspend fun PlainBigIntegerTypeContext.plainBigIntegerType(): Nothing
suspend fun PlainIntegerTypeContext.plainIntegerType(): Nothing
suspend fun PlainBigDecimalTypeContext.plainBigDecimalType(): Nothing
suspend fun PlainFloatingTypeContext.plainFloatingType(): Nothing
suspend fun PlainBooleanTypeContext.plainBooleanType(): Nothing
suspend fun PlainStringTypeContext.plainStringType(): Nothing
suspend fun PlainEnumTypeContext.plainEnumType(): Nothing
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy