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

com.ancientlightstudios.quarkus.kotlin.openapi.models.hints.OriginPathHint.kt Maven / Gradle / Ivy

There is a newer version: 0.4.14
Show newest version
package com.ancientlightstudios.quarkus.kotlin.openapi.models.hints

import com.ancientlightstudios.quarkus.kotlin.openapi.models.transformable.TransformableObject
import com.ancientlightstudios.quarkus.kotlin.openapi.utils.ProbableBug

// specifies where the object was found in the spec file
object OriginPathHint : Hint {

    var TransformableObject.originPath: String
        get() = get(OriginPathHint) ?: ProbableBug("Origin path not set for model object")
        set(value) = set(OriginPathHint, value)

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy