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

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

The newest version!
{{#each queryParameters}}
    {{#with type}}
     @RequestParam(
                  name="{{{../name}}}",
                  required={{../required}}
                  {{#unless ../required}}
                      {{#if defaultValue}}
                          {{#if primitive}}
                              , defaultValue = "{{{defaultValue}}}"
                          {{/if}}
                      {{/if}}
                  {{/unless}}
                   ) {{> typeWithoutListConstraints}} {{../resolvedName}} ,
    {{/with}}
{{/each}}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy