Uses of Interface
io.swagger.codegen.v3.CodegenConfig
-
Packages that use CodegenConfig Package Description io.swagger.codegen.v3 io.swagger.codegen.v3.templates io.swagger.codegen.v3.utils -
-
Uses of CodegenConfig in io.swagger.codegen.v3
Fields in io.swagger.codegen.v3 declared as CodegenConfig Modifier and Type Field Description protected CodegenConfigDefaultGenerator. configMethods in io.swagger.codegen.v3 that return CodegenConfig Modifier and Type Method Description static CodegenConfigCodegenConfigLoader. forName(String name)Tries to load config class with SPI first, then with class name directly from classpathCodegenConfigClientOptInput. getConfig()static CodegenConfigCodegen. getConfig(String name)Deprecated.static CodegenConfigMetaGenerator. getConfig(String name)Deprecated.Methods in io.swagger.codegen.v3 that return types with arguments of type CodegenConfig Modifier and Type Method Description static List<CodegenConfig>Codegen. getExtensions()Deprecated.static List<CodegenConfig>MetaGenerator. getExtensions()Deprecated.Methods in io.swagger.codegen.v3 with parameters of type CodegenConfig Modifier and Type Method Description ClientOptInputClientOptInput. config(CodegenConfig codegenConfig)StringAbstractGenerator. 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.templates
Methods in io.swagger.codegen.v3.templates with parameters of type CodegenConfig Modifier and Type Method Description StringMustacheTemplateEngine. getFullTemplateFile(CodegenConfig config, String templateFile)Constructors in io.swagger.codegen.v3.templates with parameters of type CodegenConfig Constructor Description HandlebarTemplateEngine(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 CodegenConfig Modifier and Type Method Description static StringURLPathUtil. getScheme(io.swagger.v3.oas.models.OpenAPI openAPI, CodegenConfig config)static URLURLPathUtil. getServerURL(io.swagger.v3.oas.models.OpenAPI openAPI, CodegenConfig config)
-