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

io.github.itroadlabs.apicross.springmvc.templates.dataModelPropertyDeclaration.hbs Maven / Gradle / Ivy

The newest version!
{{!-- ObjectDataModelProperty --}}
{{> documentation }}
{{#with type}}{{> dataModelPropertyConstraints}}{{/with}}
{{#if (and optional generatorOpts.useJsonNullable)}}
    {{#with type}}
        private JsonNullable< {{> type}} > {{../resolvedName}} {{> dataModelPropertyDefaultValueOptional}};
    {{/with}}
{{else}}
    {{#with type}}
        private {{> type}} {{../resolvedName}} {{> dataModelPropertyDefaultValue}};
    {{/with}}
{{/if}}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy