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

JavaInflector.inflector.mustache Maven / Gradle / Ivy

There is a newer version: 7.6.0
Show newest version
controllerPackage: {{invokerPackage}}
modelPackage:  {{modelPackage}}
swaggerUrl: ./src/main/openapi/openapi.yaml
modelMappings:
  # to enable explicit mappings, use this syntax:
  DefinitionFromSwaggerSpecification: fully.qualified.path.to.Model
  {{#models}}{{#model}}{{classname}} : {{modelPackage}}.{{classname}}{{/model}}
  {{/models}}

entityProcessors:
  - json
  - xml
  - yaml




© 2015 - 2024 Weber Informatics LLC | Privacy Policy