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

v2.Java.pojo_doc.mustache Maven / Gradle / Ivy

There is a newer version: 1.0.0-rc1
Show newest version
# {{classname}}

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


## Enum: {{datatypeWithEnum}}
Name | Value
---- | -----{{#allowableValues}}{{#enumVars}}
{{name}} | {{value}}{{/enumVars}}{{/allowableValues}}
{{/is}}{{/vars}}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy