Micronaut.model.mustache Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of micronaut-openapi-codegen Show documentation
Show all versions of micronaut-openapi-codegen Show documentation
This is an openapi generator for Micronaut.
The newest version!
package {{package}};
{{#description}}/**
* {{description}}
**/
{{/description}}{{>generated}}{{#models}}{{#model}}{{#isEnum}}{{>modelEnum}}{{/isEnum}}{{^isEnum}}{{#hasChildren}}{{>modelInterface}}{{/hasChildren}}{{^hasChildren}}{{#record}}{{>modelRecord}}{{/record}}{{^record}}{{>modelPojo}}{{/record}}{{/hasChildren}}{{/isEnum}}
{{/model}}
{{/models}}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy