| 接口和说明 |
|---|
| cn.featherfly.common.constant.Charset |
| 类和说明 |
|---|
| cn.featherfly.common.exception.AssertLocalizedException |
| cn.featherfly.common.lang.DateUtils |
| cn.featherfly.common.structure.HashChainMap
use
ChainMapImpl instead. example:
new ChainMapImp(HashMap) |
| cn.featherfly.common.lang.LangUtils
use
Lang instead |
| cn.featherfly.common.lang.reflect.MethodDescriptor |
| cn.featherfly.common.lang.reflect.MethodParameter |
| cn.featherfly.common.lang.RandomUtils
use
Randoms instead |
| cn.featherfly.common.lang.StringUtils |
| 字段和说明 |
|---|
| cn.featherfly.common.constant.Charset.BIG5 |
| cn.featherfly.common.constant.Charset.GB18030 |
| cn.featherfly.common.constant.Charset.GB2312 |
| cn.featherfly.common.constant.Charset.GBK |
cn.featherfly.common.constant.Charset.ISO_8859_1
StandardCharsets.ISO_8859_1 |
cn.featherfly.common.constant.Charset.ISO8859_1
StandardCharsets.ISO_8859_1 |
cn.featherfly.common.constant.Charset.UTF_16
StandardCharsets.UTF_16 |
cn.featherfly.common.constant.Charset.UTF_8
StandardCharsets.UTF_8 |