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

handlebars.Java.libraries.retrofit.formParams.mustache Maven / Gradle / Ivy

There is a newer version: 1.0.48
Show newest version
{{~#is this 'form-param'}}{{#isNot this 'binary'}}{{#is ../this 'multipart'}}@retrofit.http.Part{{/is}}{{#isNot ../this 'multipart'}}@retrofit.http.Field{{/isNot}}("{{baseName}}") {{{dataType}}} {{paramName}}{{/isNot}}{{#is this 'binary'}}{{#is ../this 'multipart'}}@retrofit.http.Part{{/is}}{{#isNot ../this 'multipart'}}@retrofit.http.Field{{/isNot}}("{{baseName}}") TypedFile {{paramName}}{{/is}}{{/is}}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy