| 接口 | 说明 |
|---|---|
| JsonUtil.JsonInternalFacade<T> | |
| JsonUtil.SensitiveJsonInternalFacade<T> |
| 类 | 说明 |
|---|---|
| ArrayUtil |
数组操作
org.apache.commons.lang3.ArrayUtils
|
| CreateDirectoryUtil |
自动生成版本更新文件
|
| CurrencyUtil | |
| DateUtil | |
| FasSocketUtil | |
| FileUtil | |
| GpsUtil | |
| JsonUtil |
依次适配,Jackson、FastJson、Gson
|
| JsonUtil.FastJsonFacade<T> | |
| JsonUtil.GsonFacade<T> | |
| JsonUtil.JacksonFacade<T> | |
| MapUtil | |
| MathUtil | |
| PinYinUtil | |
| RandomUtil | |
| SerialUtil |
默认总长度32位
|
| StringUtil | |
| TemplateUtil |
类freemarker 模板解析
#{name}
|
| UidUtil |
分布式Id
百度uid https://github.com/baidu/uid-generator
美团leaf https://github.com/Meituan-Dianping/Leaf
滴滴tinyId https://github.com/didi/tinyid/wiki
|
| XstreamUtil |
单例
缓存、FutureTask、ConcurrentHashMap、putIfAbsent
|