All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.ancientlightstudios.example.features.server.FeaturesPlainServerDelegate.kt Maven / Gradle / Ivy

There is a newer version: 0.4.14
Show newest version
// 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