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

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

The 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 - 2025 Weber Informatics LLC | Privacy Policy