Uses of Enum Class
io.quarkiverse.openapi.generator.deployment.CodegenConfig.ConfigName
Packages that use CodegenConfig.ConfigName
-
Uses of CodegenConfig.ConfigName in io.quarkiverse.openapi.generator.deployment
Methods in io.quarkiverse.openapi.generator.deployment that return CodegenConfig.ConfigNameModifier and TypeMethodDescriptionstatic CodegenConfig.ConfigNameReturns the enum constant of this class with the specified name.static CodegenConfig.ConfigName[]CodegenConfig.ConfigName.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in io.quarkiverse.openapi.generator.deployment with parameters of type CodegenConfig.ConfigNameModifier and TypeMethodDescriptionstatic StringCodegenConfig.getGlobalConfigName(CodegenConfig.ConfigName configName) Return global config name, openapi-generator.codegen.config-namestatic StringCodegenConfig.getSpecConfigName(CodegenConfig.ConfigName configName, Path openApiFilePath) Return spec config name openapi-generator.codegen.spec.static StringCodegenConfig.getSpecConfigNameByConfigKey(String configKey, CodegenConfig.ConfigName configName) Return spec config name by config-key (openapi-generator.codegen.spec.