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

handlebars.kotlin-server.class_doc.mustache Maven / Gradle / Ivy

There is a newer version: 1.0.48
Show newest version
# {{classname}}

## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
{{#vars}}**{{name}}** | {{#is this 'enum'}}[**inline**](#{{datatypeWithEnum}}){{/is}}{{#isNot this 'enum'}}{{#is this 'primitiveType'}}}**{{datatype}}**{{/is}}}{{#isNot this 'primitiveType'}}[**{{datatype}}**]({{complexType}}.md){{/isNot}}}{{/isNot}} | {{description}} | {{^required}} [optional]{{/required}}{{#readOnly}} [readonly]{{/readOnly}}
{{/vars}}
{{#vars}}{{#is this 'enum'}}

{{!NOTE: see java's resources "pojo_doc.mustache" once enums are fully implemented}}
## Enum: {{baseName}}
Name | Value
---- | -----{{#allowableValues}}
{{name}} | {{#values}}{{.}}{{^@last}}, {{/@last}}{{/values}}{{/allowableValues}}
{{/is}}{{/vars}}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy