| cn.hutool.core.thread.SyncFinisher.await()
使用start方法指定是否阻塞等待
|
| cn.hutool.core.img.ImgUtil.convert(ImageInputStream, String, ImageOutputStream)
|
| cn.hutool.core.img.ImgUtil.convert(Image, String, ImageOutputStream)
|
| cn.hutool.core.codec.Base64.decode(CharSequence, Charset)
编码参数无意义,作废
|
| cn.hutool.core.codec.Base64.decode(CharSequence, String)
编码参数无意义,作废
|
| cn.hutool.core.codec.Base64.encode(byte[], Charset)
编码参数无意义,作废
|
| cn.hutool.core.codec.Base64.encode(byte[], String)
编码参数无意义,作废
|
| cn.hutool.core.codec.Base64.encodeUrlSafe(byte[], Charset)
编码参数无意义,作废
|
| cn.hutool.core.codec.Base64.encodeUrlSafe(byte[], String)
编码参数无意义,作废
|
| cn.hutool.core.bean.BeanUtil.hasNull(Object)
|
| cn.hutool.core.convert.Convert.hexStrToStr(String, Charset)
|
| cn.hutool.core.map.MapUtil.inverse(Map)
|
| cn.hutool.core.util.NumberUtil.isBlankChar(char)
|
| cn.hutool.core.util.NumberUtil.isBlankChar(int)
|
| cn.hutool.core.io.FileUtil.load(FileReader.ReaderHandler, String, String)
使用FileUtil#load(String, String, ReaderHandler) 代替
|
| cn.hutool.core.date.Season.of(int)
|
| cn.hutool.core.date.DateUtil.offsetDate(Date, DateField, int)
|
| cn.hutool.core.util.RandomUtil.randomUUID()
|
| cn.hutool.core.date.DateTime.season()
|
| cn.hutool.core.date.DateTime.seasonEnum()
|
| cn.hutool.core.util.RandomUtil.simpleUUID()
|