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

JavaJaxRS.libraries.jersey3.queryParams.mustache Maven / Gradle / Ivy

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

    }}@Schema(description = "{{{description}}}"{{!
        }}{{^isContainer}}{{!
            }}{{#allowableValues}}, {{> allowableValues}}{{/allowableValues}}{{!
            }}{{#defaultValue}}, defaultValue = "{{{.}}}"{{/defaultValue}}{{!
        }}{{/isContainer}}{{!
    }}){{!

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

    }}{{^isMap}}{{!
        }} @QueryParam("{{baseName}}"){{!
    }}{{/isMap}}{{!
    }}{{#isMap}}{{!
        }} @Parameter(description="{{baseName}}"){{!
    }}{{/isMap}}{{!

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

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

}}{{/isQueryParam}}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy