Class and Description |
---|
cn.hutool.core.comparator.BaseFieldComparator
此类不再需要,使用FuncComparator代替更加灵活
|
cn.hutool.core.codec.BCD
由于对于ASCII的编码解码有缺陷,且这种BCD实现并不规范,因此会在6.0.0中移除
|
cn.hutool.http.ssl.SSLSocketFactoryBuilder |
cn.hutool.core.net.URLEncoder
此类中的方法并不规范,请使用
RFC3986 |
Constructor and Description |
---|
cn.hutool.http.HttpRequest(String) |
cn.hutool.json.JSONObject(CharSequence, boolean)
isOrder无效
|
cn.hutool.json.JSONObject(int, boolean, boolean)
isOrder无效
|
cn.hutool.json.JSONObject(Object, boolean, boolean)
isOrder参数不再需要,JSONObject默认有序!
|
cn.hutool.core.io.resource.UrlResource(File)
Please use
FileResource |
Copyright © 2023. All rights reserved.