Package | Description |
---|---|
io.swagger.codegen | |
io.swagger.codegen.languages | |
io.swagger.codegen.mustache |
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.
|
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) |
Modifier and Type | Method and Description |
---|---|
LowercaseLambda |
LowercaseLambda.generator(CodegenConfig generator) |
CamelCaseLambda |
CamelCaseLambda.generator(CodegenConfig generator) |
Copyright © 2020. All rights reserved.