All Downloads are FREE. Search and download functionalities are using the official Maven repository.

x-sockjs-service-proxy.3.5.2.CR3.source-code.codegen.json Maven / Gradle / Ivy

There is a newer version: 4.5.10
Show newest version
{
  "name": "sockjs_service_proxies",
  "generators": [
    {
      "kind": "proxy",
      "fileName": "'resources/' + type.raw.moduleName + '-js/' + helper.convertCamelCaseToUnderscores(type.raw.simpleName) + '-proxy.js'",
      "templateFileName": "vertx-sockjs-service-proxy/template/proxygen.templ"
    },
    {
      "kind": "proxy",
      "fileName": "'resources/' + type.raw.moduleName + '-ts/' + helper.convertCamelCaseToUnderscores(type.raw.simpleName) + '-proxy.ts'",
      "templateFileName": "vertx-sockjs-service-proxy/template/proxygen.ts.templ"
    }
  ]
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy