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

JavaJaxRS.queryParams.mustache Maven / Gradle / Ivy

There is a newer version: 7.6.0
Show newest version
{{#isQueryParam}}{{!

    }}@ApiParam(value = "{{{description}}}"{{!
        }}{{#required}}, required = true{{/required}}{{!
        }}{{^isContainer}}{{!
            }}{{#allowableValues}}, {{> allowableValues}}{{/allowableValues}}{{!
            }}{{#defaultValue}}, defaultValue = "{{{.}}}"{{/defaultValue}}{{!
        }}{{/isContainer}}{{!
    }}){{!

    }}{{^isContainer}}{{!
        }}{{#defaultValue}}{{!
            }} @DefaultValue("{{{defaultValue}}}"){{!
        }}{{/defaultValue}}{{!
    }}{{/isContainer}}{{!

    }} @QueryParam("{{baseName}}"){{!

    }}{{#useBeanValidation}} {{>beanValidation}}{{/useBeanValidation}}{{!

    }} {{{dataType}}} {{paramName}}{{!

}}{{/isQueryParam}}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy