Uses of Class
org.openapitools.codegen.model.OperationsMap
-
Packages that use OperationsMap Package Description org.openapitools.codegen org.openapitools.codegen.languages org.openapitools.codegen.model -
-
Uses of OperationsMap in org.openapitools.codegen
Methods in org.openapitools.codegen that return OperationsMap Modifier and Type Method Description OperationsMapCodegenConfig. postProcessOperationsWithModels(OperationsMap objs, List<ModelMap> allModels)OperationsMapDefaultCodegen. postProcessOperationsWithModels(OperationsMap objs, List<ModelMap> allModels)Methods in org.openapitools.codegen with parameters of type OperationsMap Modifier and Type Method Description OperationsMapCodegenConfig. postProcessOperationsWithModels(OperationsMap objs, List<ModelMap> allModels)OperationsMapDefaultCodegen. postProcessOperationsWithModels(OperationsMap objs, List<ModelMap> allModels)protected voidDefaultCodegen. removeImport(OperationsMap objs, String importToRemove)Removes importToRemove from the imports of objs, if present. -
Uses of OperationsMap in org.openapitools.codegen.languages
-
Uses of OperationsMap in org.openapitools.codegen.model
Methods in org.openapitools.codegen.model that return types with arguments of type OperationsMap Modifier and Type Method Description List<OperationsMap>ApiInfoMap. getApis()Method parameters in org.openapitools.codegen.model with type arguments of type OperationsMap Modifier and Type Method Description voidApiInfoMap. setApis(List<OperationsMap> apis)
-