com.ancientlightstudios.example.features.server.FeaturesOneOfServerDelegate.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 FeaturesOneOfServerDelegate {
suspend fun OneOfWithoutDiscriminatorContext.oneOfWithoutDiscriminator(): Nothing
suspend fun OneOfWithDiscriminatorContext.oneOfWithDiscriminator(): Nothing
suspend fun OneOfWithDiscriminatorAndMappingContext.oneOfWithDiscriminatorAndMapping(): Nothing
}