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

java-helidon.server.libraries.mp.headerParams.mustache Maven / Gradle / Ivy

{{#isHeaderParam}}@HeaderParam("{{baseName}}"){{#useBeanValidation}}{{>beanValidationHeaderParams}}{{/useBeanValidation}} {{#defaultValue}} @DefaultValue("{{{.}}}"){{/defaultValue}} {{{dataType}}} {{paramName}}{{/isHeaderParam}}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy