| Package | Description | 
|---|---|
| io.swagger.codegen.v3 | |
| io.swagger.codegen.v3.templates | |
| io.swagger.codegen.v3.utils | 
| Modifier and Type | Field and Description | 
|---|---|
protected CodegenConfig | 
DefaultGenerator.config  | 
| Modifier and Type | Method and Description | 
|---|---|
static CodegenConfig | 
CodegenConfigLoader.forName(String name)
Tries to load config class with SPI first, then with class name directly from classpath 
 | 
CodegenConfig | 
ClientOptInput.getConfig()  | 
static CodegenConfig | 
MetaGenerator.getConfig(String name)
Deprecated.  
  | 
static CodegenConfig | 
Codegen.getConfig(String name)
Deprecated.  
  | 
| Modifier and Type | Method and Description | 
|---|---|
static List<CodegenConfig> | 
MetaGenerator.getExtensions()
Deprecated.  
  | 
static List<CodegenConfig> | 
Codegen.getExtensions()
Deprecated.  
  | 
| Modifier and Type | Method and 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. 
 | 
void | 
ClientOptInput.setConfig(CodegenConfig config)  | 
| Modifier and Type | Method and Description | 
|---|---|
String | 
MustacheTemplateEngine.getFullTemplateFile(CodegenConfig config,
                   String templateFile)  | 
| Constructor and Description | 
|---|
HandlebarTemplateEngine(CodegenConfig config)  | 
MustacheTemplateEngine(CodegenConfig config)  | 
| Modifier and Type | Method and Description | 
|---|---|
static String | 
URLPathUtil.getScheme(io.swagger.v3.oas.models.OpenAPI openAPI,
         CodegenConfig config)  | 
static URL | 
URLPathUtil.getServerURL(io.swagger.v3.oas.models.OpenAPI openAPI,
            CodegenConfig config)  | 
Copyright © 2021. All rights reserved.