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

JavaSpring.bodyParams.mustache Maven / Gradle / Ivy

There is a newer version: 0.9.25
Show newest version
{{#isBodyParam}}@ApiParam(value = "{{{description}}}" {{#required}},required=true{{/required}} {{^isContainer}}{{#allowableValues}}, allowableValues="{{{allowableValues}}}"{{/allowableValues}}{{/isContainer}}{{#defaultValue}}, defaultValue="{{{defaultValue}}}"{{/defaultValue}})  {{#useBeanValidation}}@Valid{{/useBeanValidation}} @RequestBody {{{dataType}}} {{paramName}}{{/isBodyParam}}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy