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

v2.Java.libraries.retrofit2.formParams.mustache Maven / Gradle / Ivy

There is a newer version: 1.0.0-rc1
Show newest version
{{#is this 'form-param'}}{{#notFile}}{{#is ../../this 'multipart'}}@retrofit2.http.Part{{/is}}{{#isNot ../../this 'multipart'}}@retrofit2.http.Field{{/isNot}}("{{baseName}}") {{{dataType}}} {{paramName}}{{/notFile}}{{#is this 'file'}}{{#is ../../this 'multipart'}}@retrofit2.http.Part{{/is}}{{#isNot ../../this 'multipart'}}@retrofit2.http.Field{{/isNot}}{{#usePlayWS}} okhttp3.MultipartBody.Part {{/usePlayWS}}{{^usePlayWS}}("{{baseName}}\"; filename=\"{{baseName}}") RequestBody {{/usePlayWS}}{{paramName}}{{/is}}{{/is}}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy