@NonNullApi @NonNullFields
| Interface | Description |
|---|---|
| CharPool |
char 常量池
|
| DatePattern |
常用日期格式,参考自:hutool
|
| Holder |
一些常用的单利对象
|
| StreamUtil.DoubleFunctionWithIndex<R> |
An analogue of
DoubleFunction also accepting an index. |
| StreamUtil.FunctionWithIndex<T,R> |
An analogue of
Function also accepting an index. |
| StreamUtil.IntFunctionWithIndex<R> |
An analogue of
IntFunction also accepting an index. |
| StreamUtil.LongFunctionWithIndex<R> |
An analogue of
LongFunction also accepting an index. |
| StringPool |
静态 String 池
|
| Class | Description |
|---|---|
| $ |
工具包集合,工具类快捷方式
|
| AesUtil |
完全兼容微信所使用的AES加密方式。
|
| AntPathFilter |
spring AntPath 规则文件过滤
|
| Base64Util |
Base64工具
|
| BeanDiff |
跟踪类变动比较
|
| BeanProperty |
Bean属性
|
| BeanUtil |
实体工具类
|
| Charsets |
字符集工具类
|
| ClassUtil |
类工具类
|
| CollectionUtil |
集合工具类
|
| ConvertUtil |
基于 spring ConversionService 类型转换
|
| CountMap |
用于计数的 Map
|
| DateUtil |
日期工具类
|
| DecimalNum |
浮点型数据计算
|
| DesensitizationUtil |
脱敏工具类
|
| DesUtil |
DES加、解密处理工具
|
| DigestUtil |
加密相关工具类直接使用Spring util封装,减少jar依赖
|
| Exceptions |
异常处理工具类
|
| FileUtil |
文件工具类
|
| FileUtil.TrueFilter |
默认为true
|
| HexUtil |
hex 工具,编解码全用 byte
|
| ImageUtil |
image 工具
|
| INetUtil |
INet 相关工具
|
| IoUtil |
IOUtil
|
| JsonUtil |
json 工具类
|
| Lazy<T> |
Holder of a value that is computed lazy.
|
| NumberUtil |
数字类型工具类
|
| ObjectUtil |
对象工具类
|
| Once |
加载一次
|
| PathUtil |
用来获取各种目录
|
| Pkcs7Encoder |
提供基于 PKCS7 算法的加解密接口.
|
| ReflectUtil |
反射工具类
|
| ResourceUtil |
资源工具类
|
| RsaHelper |
RSA PEM格式秘钥对的解析和导出
caiqy: 一般来说:网上的公钥都是pkcs8的,虽然选了pkcs1加密,但是还是给的pkcs8的公钥,所以不要再对公钥转了,转私钥就行
GitHub:https://github.com/xiangyuecn/RSA-java
https://github.com/xiangyuecn/RSA-java/blob/master/RSA_PEM.java
移植自:https://github.com/xiangyuecn/RSA-csharp/blob/master/RSA_PEM.cs
|
| RsaUtil |
RSA加、解密工具
1.
|
| RuntimeUtil |
运行时工具类
|
| StreamUtil |
Static utility methods related to
Stream instances. |
| StringUtil |
继承自Spring util的工具类,减少jar依赖
|
| SuffixFileFilter |
文件后缀过滤器
|
| SystemUtil |
系统工具类
|
| ThreadLocalUtil |
ThreadLocal 工具类,通过在ThreadLocal存储map信息,来实现在ThreadLocal中维护多个信息
e.g. |
| ThreadUtil |
多线程工具类
|
| ULID | |
| ULID.Value | |
| Unchecked |
Lambda 受检异常处理
https://segmentfault.com/a/1190000007832130
https://github.com/jOOQ/jOOL
|
| UrlUtil |
url处理工具类
|
| Version |
版本号比较工具
思路来源于: https://github.com/hotoo/versioning/blob/master/versioning.js
example
* ##完整模式
Version.of("v0.1.1").eq("v0.1.2"); // false
##不完整模式
Version.of("v0.1").incomplete().eq("v0.1.2"); // true
|
| WebUtil |
Miscellaneous utilities for web applications.
|
| XmlHelper |
xpath解析xml
文档地址:
http://www.w3school.com.cn/xpath/index.asp
|
| Enum | Description |
|---|---|
| RandomType |
生成的随机数类型
|
Copyright © 2024. All rights reserved.