Uses of Class
org.openapitools.codegen.model.ModelMap
-
Packages that use ModelMap Package Description org.openapitools.codegen org.openapitools.codegen.languages org.openapitools.codegen.model org.openapitools.codegen.utils -
-
Uses of ModelMap in org.openapitools.codegen
Method parameters in org.openapitools.codegen with type arguments of type ModelMap Modifier and Type Method Description OperationsMapCodegenConfig. postProcessOperationsWithModels(OperationsMap objs, List<ModelMap> allModels)OperationsMapDefaultCodegen. postProcessOperationsWithModels(OperationsMap objs, List<ModelMap> allModels) -
Uses of ModelMap in org.openapitools.codegen.languages
Fields in org.openapitools.codegen.languages with type parameters of type ModelMap Modifier and Type Field Description protected List<ModelMap>AbstractAdaCodegen. orderedModels -
Uses of ModelMap in org.openapitools.codegen.model
Methods in org.openapitools.codegen.model that return types with arguments of type ModelMap Modifier and Type Method Description List<ModelMap>ModelsMap. getModels()Method parameters in org.openapitools.codegen.model with type arguments of type ModelMap Modifier and Type Method Description voidModelsMap. setModels(List<ModelMap> modelMaps) -
Uses of ModelMap in org.openapitools.codegen.utils
Method parameters in org.openapitools.codegen.utils with type arguments of type ModelMap Modifier and Type Method Description static voidProcessUtils. addIndexToProperties(List<ModelMap> models)Add x-index extension to the model's propertiesstatic voidProcessUtils. addIndexToProperties(List<ModelMap> models, int initialIndex)Add x-index extension to the model's properties
-