| Package | Description | 
|---|---|
| io.swagger.codegen.v3 | |
| io.swagger.codegen.v3.templates | |
| io.swagger.codegen.v3.utils | 
| Modifier and Type | Field | Description | 
|---|---|---|
protected CodegenConfig | 
DefaultGenerator.config | 
| 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 classpath 
 | 
CodegenConfig | 
ClientOptInput.getConfig() | 
|
static CodegenConfig | 
Codegen.getConfig(String name) | 
 Deprecated.  
  | 
static CodegenConfig | 
MetaGenerator.getConfig(String name) | 
 Deprecated.  
  | 
| Modifier and Type | Method | Description | 
|---|---|---|
static List<CodegenConfig> | 
Codegen.getExtensions() | 
 Deprecated.  
  | 
static List<CodegenConfig> | 
MetaGenerator.getExtensions() | 
 Deprecated.  
  | 
| 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. 
 | 
void | 
ClientOptInput.setConfig(CodegenConfig config) | 
| Modifier and Type | Method | Description | 
|---|---|---|
String | 
MustacheTemplateEngine.getFullTemplateFile(CodegenConfig config,
                   String templateFile) | 
| Constructor | Description | 
|---|---|
HandlebarTemplateEngine(CodegenConfig config) | 
|
MustacheTemplateEngine(CodegenConfig config) | 
| Modifier and Type | Method | 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 © 2019. All rights reserved.