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 CodegenConfigDefaultGenerator. configMethods in io.swagger.codegen 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 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 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.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)voidClientOptInput. 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 CamelCaseLambdaCamelCaseLambda. generator(CodegenConfig generator)LowercaseLambdaLowercaseLambda. generator(CodegenConfig generator)
-