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

handlebars.JavaJaxRS.spec.headerParams.mustache Maven / Gradle / Ivy

There is a newer version: 1.0.54
Show newest version
{{#is this 'header-param'}}{{#useBeanValidation}}{{>beanValidationQueryParams}}{{/useBeanValidation}} @HeaderParam("{{baseName}}"){{#defaultValue}} @DefaultValue("{{{defaultValue}}}"){{/defaultValue}} 
{{#useOas2}}{{#description}} @ApiParam("{{description}}"){{/description}} {{{dataType}}} {{paramName}}{{/useOas2}}
{{^useOas2}}{{#description}} @Parameter(description = "{{description}}"){{/description}} {{{dataType}}} {{paramName}}{{/useOas2}}
{{/is}}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy