Uses of Class
org.openapitools.codegen.model.WebhooksMap
-
Packages that use WebhooksMap Package Description org.openapitools.codegen org.openapitools.codegen.languages -
-
Uses of WebhooksMap in org.openapitools.codegen
Methods in org.openapitools.codegen that return WebhooksMap Modifier and Type Method Description WebhooksMapCodegenConfig. postProcessWebhooksWithModels(WebhooksMap objs, List<ModelMap> allModels)WebhooksMapDefaultCodegen. postProcessWebhooksWithModels(WebhooksMap objs, List<ModelMap> allModels)Methods in org.openapitools.codegen with parameters of type WebhooksMap Modifier and Type Method Description WebhooksMapCodegenConfig. postProcessWebhooksWithModels(WebhooksMap objs, List<ModelMap> allModels)WebhooksMapDefaultCodegen. postProcessWebhooksWithModels(WebhooksMap objs, List<ModelMap> allModels) -
Uses of WebhooksMap in org.openapitools.codegen.languages
Methods in org.openapitools.codegen.languages that return WebhooksMap Modifier and Type Method Description WebhooksMapAbstractCSharpCodegen. postProcessWebhooksWithModels(WebhooksMap objs, List<ModelMap> allModels)WebhooksMapAbstractGoCodegen. postProcessWebhooksWithModels(WebhooksMap objs, List<ModelMap> allModels)Methods in org.openapitools.codegen.languages with parameters of type WebhooksMap Modifier and Type Method Description WebhooksMapAbstractCSharpCodegen. postProcessWebhooksWithModels(WebhooksMap objs, List<ModelMap> allModels)WebhooksMapAbstractGoCodegen. postProcessWebhooksWithModels(WebhooksMap objs, List<ModelMap> allModels)
-