io.github.itroadlabs.apicross.springmvc.templates.dataModelPropertyDefaultValueOptional.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!
{{#if primitive}}
{{#if defaultValueNotNull}}
{{#if string}}
= JsonNullable.of("{{{defaultValue}}}")
{{else}}
= JsonNullable.of({{{defaultValue}}}{{#if integer}}{{#if format}}{{#eq format 'int64'}}L{{/eq}}{{else}}L{{/if}}{{/if}})
{{/if}}
{{else}}
= JsonNullable.undefined()
{{/if}}
{{else}}
= JsonNullable.undefined()
{{/if}}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy