Uses of Interface
io.swagger.codegen.v3.CodegenConfig
Packages that use CodegenConfig
Package
Description
-
Uses of CodegenConfig in io.swagger.codegen.v3
Fields in io.swagger.codegen.v3 declared as CodegenConfigMethods in io.swagger.codegen.v3 that return CodegenConfigModifier and TypeMethodDescriptionstatic CodegenConfigTries to load config class with SPI first, then with class name directly from classpathClientOptInput.getConfig()static CodegenConfigDeprecated.static CodegenConfigDeprecated.Methods in io.swagger.codegen.v3 that return types with arguments of type CodegenConfigModifier and TypeMethodDescriptionstatic List<CodegenConfig>Codegen.getExtensions()Deprecated.static List<CodegenConfig>MetaGenerator.getExtensions()Deprecated.Methods in io.swagger.codegen.v3 with parameters of type CodegenConfigModifier and TypeMethodDescriptionClientOptInput.config(CodegenConfig codegenConfig) AbstractGenerator.getFullTemplateFile(CodegenConfig config, String templateFile) Get the template file path with template dir prepended, and use the library template if exists.voidClientOptInput.setConfig(CodegenConfig config) -
Uses of CodegenConfig in io.swagger.codegen.v3.config
Methods in io.swagger.codegen.v3.config that return CodegenConfigModifier and TypeMethodDescriptionprotected CodegenConfigCodegenConfigurator.loadCodegenConfig() -
Uses of CodegenConfig in io.swagger.codegen.v3.templates
Methods in io.swagger.codegen.v3.templates with parameters of type CodegenConfigModifier and TypeMethodDescriptionMustacheTemplateEngine.getFullTemplateFile(CodegenConfig config, String templateFile) Constructors in io.swagger.codegen.v3.templates with parameters of type CodegenConfigModifierConstructorDescriptionHandlebarTemplateEngine(CodegenConfig config) MustacheTemplateEngine(CodegenConfig config) -
Uses of CodegenConfig in io.swagger.codegen.v3.utils
Methods in io.swagger.codegen.v3.utils with parameters of type CodegenConfigModifier and TypeMethodDescriptionstatic StringURLPathUtil.getScheme(io.swagger.v3.oas.models.OpenAPI openAPI, CodegenConfig config) static URLURLPathUtil.getServerURL(io.swagger.v3.oas.models.OpenAPI openAPI, CodegenConfig config)