ZhouXY108
|
355be9625a
|
新增 base 和 function 的包说明
|
2024-11-28 16:36:47 +08:00 |
ZhouXY108
|
96f7eac10a
|
Gender 放到 constant 包中
|
2024-11-28 16:36:01 +08:00 |
ZhouXY108
|
fba195afc7
|
修改 apply 方法名为 transformValue;新增 int、long、double 的 checkValue 方法;新增相互转换的方法;XxxRef 全部设为 final 类。
|
2024-11-28 16:35:15 +08:00 |
ZhouXY108
|
aa2bbc5b20
|
新增 ThrowingFunction
|
2024-11-28 10:57:11 +08:00 |
ZhouXY108
|
dc7258e003
|
新增 ByteRef 和 ByteUnaryOperator
|
2024-11-28 10:56:46 +08:00 |
ZhouXY108
|
d11b025c69
|
Ref 类添加 of 方法
|
2024-11-28 10:56:18 +08:00 |
ZhouXY108
|
6ba06d7ea1
|
新增 ByteArrayTools
|
2024-11-27 21:25:19 +08:00 |
ZhouXY108
|
f2e12a4aab
|
1.0.x
Signed-off-by: ZhouXY108 <luquanlion@outlook.com>
|
2024-11-01 17:27:11 +08:00 |
ZhouXY108
|
4a84941bd9
|
新增 checkNotNull 方法
|
2024-11-01 10:36:07 +08:00 |
ZhouXY108
|
87c9273e43
|
补充 .editorconfig
|
2024-10-25 21:27:14 +08:00 |
ZhouXY108
|
72c55ec0e3
|
更新 joda-time 和测试依赖的 gson
|
2024-10-25 09:32:52 +08:00 |
ZhouXY108
|
f4b7005b92
|
格式化代码。
|
2024-10-21 23:17:52 +08:00 |
ZhouXY108
|
443116a5a2
|
新增通用异常,调整异常结构。
|
2024-10-21 23:17:41 +08:00 |
ZhouXY108
|
5932bbd53f
|
删除多余的函数式接口
|
2024-10-21 21:15:35 +08:00 |
ZhouXY108
|
e5cd981508
|
修改注释
|
2024-10-21 18:18:53 +08:00 |
ZhouXY108
|
66d0e811f7
|
新增允许抛出异常的 Executable、ThrowingConsumer、ThrowingSupplier 和 ThrowingPredicate
|
2024-10-21 01:54:34 +08:00 |
ZhouXY108
|
ab05b55b04
|
修改方法名
|
2024-10-21 01:42:01 +08:00 |
ZhouXY108
|
269f9d686e
|
重构代码
|
2024-10-21 01:25:08 +08:00 |
ZhouXY108
|
442374e53b
|
ValidatableStringRecord 暂不支持序列化
|
2024-10-21 00:35:10 +08:00 |
ZhouXY108
|
85939e4fc4
|
删除 ImmutableObject,使用 com.google.errorprone.annotations.Immutable
|
2024-10-21 00:26:06 +08:00 |
ZhouXY108
|
fa5b8aba7d
|
修改 toString 的测试用例
|
2024-10-20 21:52:26 +08:00 |
ZhouXY108
|
0c3e3f77ce
|
更新依赖。
|
2024-10-18 18:41:06 +08:00 |
ZhouXY108
|
3c179f1488
|
修改正则。
|
2024-10-18 18:40:55 +08:00 |
ZhouXY108
|
f2298e934c
|
删除多余方法,修改方法名。
|
2024-10-18 18:40:41 +08:00 |
ZhouXY108
|
cfc1ddc6b3
|
新增 InvalidInputException
|
2024-10-18 18:31:40 +08:00 |
ZhouXY108
|
4ea3a3a6ab
|
添加注释,添加重载方法。
|
2024-10-18 18:31:20 +08:00 |
ZhouXY108
|
949c59fc1e
|
新增 ArrayTools#fill 方法
|
2024-10-14 16:36:01 +08:00 |
ZhouXY108
|
1ade08783f
|
优化代码
|
2024-10-14 16:35:19 +08:00 |
ZhouXY108
|
1b0cf2bd42
|
更改 YearQuarter 字符串格式。
|
2024-10-12 02:00:33 +08:00 |
ZhouXY108
|
be0e21022e
|
补充、修改 Copyright
|
2024-10-12 00:57:35 +08:00 |
ZhouXY108
|
c968b004e8
|
更新 Copyright。
|
2024-10-12 00:27:28 +08:00 |
ZhouXY108
|
ff472384fb
|
新增 Chinese2ndGenIDCardNumber,由于中国第二代居民身份证号
|
2024-10-12 00:23:03 +08:00 |
ZhouXY108
|
538ad85124
|
改进 ValidatableStringRecord,子类可以获取 matcher 做更多操作。
|
2024-10-12 00:22:02 +08:00 |
ZhouXY108
|
979ff1760f
|
修改方法名。
|
2024-10-12 00:21:19 +08:00 |
ZhouXY108
|
6eb5ada623
|
新增枚举“Gender”
|
2024-10-11 21:19:28 +08:00 |
ZhouXY108
|
88f96c7116
|
新增 ArrayTools#isAllElementsNotNull
|
2024-10-11 17:14:49 +08:00 |
ZhouXY108
|
de0a732616
|
新增 BigDecimals#toPlainString
|
2024-10-11 17:11:56 +08:00 |
ZhouXY108
|
b72fd59b46
|
使用 AssertTools 代替 PreconditionsExt。
|
2024-10-11 17:11:06 +08:00 |
ZhouXY108
|
304dccc658
|
添加 StringTools#isNotBlank
|
2024-10-09 18:46:18 +08:00 |
ZhouXY108
|
5e450a9bdb
|
修改方法名。
|
2024-10-09 18:45:26 +08:00 |
ZhouXY108
|
62fd1b900f
|
修复数组拼接的 bug
|
2024-09-21 10:10:18 +08:00 |
ZhouXY108
|
424194d67b
|
忽略 Enumeration 的测试类的 deprecation 警告
|
2024-09-03 17:08:39 +08:00 |
ZhouXY108
|
007e44c1d2
|
优化 RegexTools 代码
|
2024-09-03 17:07:42 +08:00 |
ZhouXY108
|
e9c93a273c
|
使用 guava chache 缓存 DateTimeFormatter 对象,限制缓存数量。
|
2024-09-03 15:50:41 +08:00 |
ZhouXY108
|
79aebe4fcc
|
补充缺失的校验
|
2024-09-03 15:34:52 +08:00 |
ZhouXY108
|
7a744c8953
|
废弃 Enumeration 类
|
2024-09-03 15:26:36 +08:00 |
ZhouXY108
|
322ecf4db8
|
优化 YearQuarter 的代码
|
2024-09-02 17:09:36 +08:00 |
ZhouXY108
|
1a9960dbf1
|
新增区间的建模
|
2024-09-02 17:08:42 +08:00 |
ZhouXY108
|
5e5202ff3a
|
删除异常基类。应用系统应按实际需要自定义异常体系。
|
2024-08-30 14:58:47 +08:00 |
ZhouXY108
|
0b9635880e
|
优化 PreconditionsExt 测试代码
|
2024-08-30 14:56:38 +08:00 |