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

v2.JavaSpring.bodyParams.mustache Maven / Gradle / Ivy

The newest version!
{{#is this 'body-param'}}@ApiParam(value = "{{{description}}}" {{#required}},required=true{{/required}} {{#isNot this 'container'}}{{#allowableValues}}, allowableValues="{{{allowableValues}}}"{{/allowableValues}}{{/isNot}}{{#defaultValue}}, defaultValue="{{{defaultValue}}}"{{/defaultValue}})  {{#useBeanValidation}}@Valid{{/useBeanValidation}} @RequestBody {{{dataType}}} {{paramName}}{{/is}}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy