| Package | Description | 
|---|---|
| io.swagger.codegen.v3 | |
| io.swagger.codegen.v3.utils | 
| Modifier and Type | Field and Description | 
|---|---|
CodegenModel | 
CodegenModel.parentModel  | 
| Modifier and Type | Field and Description | 
|---|---|
List<CodegenModel> | 
CodegenModel.children  | 
List<CodegenModel> | 
CodegenModel.interfaceModels  | 
| Modifier and Type | Method and Description | 
|---|---|
CodegenModel | 
CodegenConfig.fromModel(String name,
         io.swagger.v3.oas.models.media.Schema schema)  | 
CodegenModel | 
CodegenConfig.fromModel(String name,
         io.swagger.v3.oas.models.media.Schema schema,
         Map<String,io.swagger.v3.oas.models.media.Schema> allDefinitions)  | 
CodegenModel | 
CodegenModel.getParentModel()  | 
| Modifier and Type | Method and Description | 
|---|---|
List<CodegenModel> | 
CodegenModel.getChildren()  | 
List<CodegenModel> | 
CodegenModel.getInterfaceModels()  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
CodegenConfig.postProcessModelProperty(CodegenModel model,
                        CodegenProperty property)  | 
void | 
CodegenModel.setParentModel(CodegenModel parentModel)  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
CodegenModel.setChildren(List<CodegenModel> children)  | 
void | 
CodegenModel.setInterfaceModels(List<CodegenModel> interfaceModels)  | 
| Modifier and Type | Method and Description | 
|---|---|
static CodegenModel | 
ModelUtils.getModelByName(String name,
              Map<String,Object> models)
Searches for the model by name in the map of models and returns it 
 | 
| Modifier and Type | Method and Description | 
|---|---|
static void | 
ModelUtils.processCodegenModels(Map<String,CodegenModel> allModels)  | 
Copyright © 2020. All rights reserved.