文件名称:retrofit2-jsonobject-converter:Retrofit 2转换器,用于将您的请求和响应数据转换为org.json.JSONObject
文件大小:4KB
文件格式:ZIP
更新时间:2024-05-19 05:52:07
Java
Retrofit2 JSONObject转换器 Retrofit 2转换器,用于将您的请求和响应数据转换为org.json.JSONObject。 兼容性 经过Retrofit 2.0.0-beta2测试 用法 注册转换器: OkHttpClient client = new OkHttpClient (); Retrofit restAdapter = new Retrofit . Builder () .baseUrl(endPoint) .client(client) .addConverterFactory( JsonConverterFactory . create()) .build(); api = restAdapter . create( PdApiInterface . class); 在您的API接口
【文件预览】:
retrofit2-jsonobject-converter-master
----LICENSE(1KB)
----src()
--------main()
----README.md(1KB)