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

java-micronaut.server.params.queryParams.mustache Maven / Gradle / Ivy

There is a newer version: 7.6.0
Show newest version
{{#isQueryParam}}@QueryValue(value="{{{baseName}}}"{{!default value}}{{#defaultValue}}, defaultValue="{{{defaultValue}}}"{{/defaultValue}}) {{!validation and type}}{{>common/params/beanValidation}}{{>server/params/type}} {{paramName}}{{/isQueryParam}}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy