public class ModelUtils extends Object
| Constructor and Description |
|---|
ModelUtils() |
| Modifier and Type | Method and Description |
|---|---|
static CodegenModel |
getModelByName(String name,
Map<String,Object> models)
Searches for the model by name in the map of models and returns it
|
public static CodegenModel getModelByName(String name, Map<String,Object> models)
name - Name of the modelmodels - Map of modelsCopyright © 2021. All rights reserved.