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

x-core.3.2.1.source-code.codegen.json Maven / Gradle / Ivy

There is a newer version: 4.5.10
Show newest version
{
  "name": "java",
  "generators": [{
    "kind": "dataObject",
    "incremental": true,
    "fileName": "'asciidoc/dataobjects.adoc'",
    "templateFileName": "vertx-java/template/dataObjectCheatsheetIndex.templ"
  },{
    "kind": "dataObject",
    "fileName": "(model.isClass() && model.getGenerateConverter()) ? (fqn + 'Converter.java') : null",
    "templateFileName": "vertx-java/template/dataObjectConverter.templ"
  },{
    "kind": "enum",
    "incremental": true,
    "fileName": "'asciidoc/enums.adoc'",
    "templateFileName": "vertx-java/template/enumCheatsheetIndex.templ"
  }]
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy