io.github.itroadlabs.apicross.springmvc.templates.dataModelPropertyDeclaration.hbs Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of apicross-springmvc Show documentation
Show all versions of apicross-springmvc Show documentation
Spring Web MVC code generator
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