Retrofit 2.3.0 发布,Android 的 REST 客户端

栏目: 编程工具 · 发布时间: 8年前

内容简介:Retrofit 2.3.0 发布,Android 的 REST 客户端

Retrofit 2.3.0 发布了,Retrofit 是一个类型安全的 REST 客户端,用于 Android 平台。

更新内容:

  • Retrofit now uses  @Nullable  to annotate all possibly-null values. We've added a compile-time dependency on the JSR 305 annotations. This is a  provided dependency and does not need to be included in your build configuration,  .jar file, or  .apk . We use  @ParametersAreNonnullByDefault and all parameters and return types are never null unless explicitly annotated  @Nullable .

    Warning: this release is source-incompatible for Kotlin users.Nullability was previously ambiguous and lenient but now the compiler will enforce strict null checks.

  • New: Converters added for Java 8's and Guava's Optional which wrap a potentially-nullable response body. These converters still rely on normal serialization library converters for parsing the response bytes into an object.

  • New: String converters that return null for an  @Query or  @Field parameter are now skipped.

  • New: The mock module's NetworkBehavior now throws a custom subclass of  IOException to more clearly indicate the exception's source.

  • RxJava 1.x converter updated to 1.3.0 which stabilizes the use of Completable .

  • Fix: Add explicit handling for OnCompleteFailedExceptionOnErrorFailedException , and OnErrorNotImplementedException for RxJava 1.x to ensure they're correct delivered to the plugins/hooks for handling.

  • Fix: NoSuchElementException thrown when unsubscribing from an RxJava 1.x  Single .

下载地址:


以上所述就是小编给大家介绍的《Retrofit 2.3.0 发布,Android 的 REST 客户端》,希望对大家有所帮助,如果大家有任何疑问请给我留言,小编会及时回复大家的。在此也非常感谢大家对 码农网 的支持!

查看所有标签

猜你喜欢:

本站部分资源来源于网络,本站转载出于传递更多信息之目的,版权归原作者或者来源机构所有,如转载稿涉及版权问题,请联系我们

近似算法

近似算法

瓦齐拉尼 / 2010-9 / 49.00元

《近似算法》系统总结了到本世纪初为止近似算法领域的成果,重点关注近似算法的设计与分析,介绍了这个领域中最重要的问题以及所使用的基本方法和思想。全书分为三部分:第一部分使用不同的算法设计技巧给出了下述优化问题的组合近似算法:集合覆盖、施泰纳树和旅行商、多向割和k-割、k-中心、反馈顶点集、最短超字符串、背包、装箱问题、最小时间跨度排序、欧几里得旅行商等。第二部分介绍基于线性规划的近似算法。第三部分包......一起来看看 《近似算法》 这本书的介绍吧!

RGB转16进制工具
RGB转16进制工具

RGB HEX 互转工具

SHA 加密
SHA 加密

SHA 加密工具

XML 在线格式化
XML 在线格式化

在线 XML 格式化压缩工具