Uses of Interface
io.swagger.codegen.CodegenConfig
-
Packages that use CodegenConfig Package Description io.swagger.codegen io.swagger.codegen.languages io.swagger.codegen.mustache -
-
Uses of CodegenConfig in io.swagger.codegen
Fields in io.swagger.codegen declared as CodegenConfig Modifier and Type Field Description protected CodegenConfig
DefaultGenerator. config
Methods in io.swagger.codegen that return CodegenConfig Modifier and Type Method Description static CodegenConfig
CodegenConfigLoader. forName(String name)
Tries to load config class with SPI first, then with class name directly from classpathCodegenConfig
ClientOptInput. getConfig()
static CodegenConfig
Codegen. getConfig(String name)
Deprecated.static CodegenConfig
MetaGenerator. getConfig(String name)
Deprecated.Methods in io.swagger.codegen 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 with parameters of type CodegenConfig Modifier and Type Method Description ClientOptInput
ClientOptInput. config(CodegenConfig codegenConfig)
String
AbstractGenerator. getFullTemplateFile(CodegenConfig config, String templateFile)
Get the template file path with template dir prepended, and use the library template if exists.protected Map<String,Object>
DefaultGenerator. processModels(CodegenConfig config, Map<String,io.swagger.models.Model> definitions, Map<String,io.swagger.models.Model> allDefinitions)
protected Map<String,Object>
DefaultGenerator. processOperations(CodegenConfig config, String tag, List<CodegenOperation> ops, List<Object> allModels)
void
ClientOptInput. setConfig(CodegenConfig config)
-
Uses of CodegenConfig in io.swagger.codegen.languages
-
Uses of CodegenConfig in io.swagger.codegen.mustache
Methods in io.swagger.codegen.mustache with parameters of type CodegenConfig Modifier and Type Method Description CamelCaseLambda
CamelCaseLambda. generator(CodegenConfig generator)
LowercaseLambda
LowercaseLambda. generator(CodegenConfig generator)
-