![JAR search and dependency download from the Maven repository](/logo.png)
com.ancientlightstudios.quarkus.kotlin.openapi.refactoring.RefactoringContext.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-maven-plugin Show documentation
Show all versions of quarkus-kotlin-openapi-maven-plugin Show documentation
A Maven plugin to use the OpenAPI generator.
package com.ancientlightstudios.quarkus.kotlin.openapi.refactoring
import com.ancientlightstudios.quarkus.kotlin.openapi.Config
import com.ancientlightstudios.quarkus.kotlin.openapi.models.transformable.TransformableSpec
class RefactoringContext(val spec: TransformableSpec, config: Config) {
val interfaceType = config.interfaceType
val interfacePackage = config.packageName
val modelPackage = "${config.packageName}.model"
val apiPackage = "com.ancientlightstudios.quarkus.kotlin.openapi"
fun performRefactoring(refactoring: SpecRefactoring) {
refactoring.apply { perform() }
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy